Skip to content

Commit 919e7fe

Browse files
authored
chore(deps): Upgrade Windows exporter 0.30.6 for nri-winservices (#217)
1 parent 29b9c46 commit 919e7fe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

win_build.ps1

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ param (
1414
# Print errors in NormalView
1515
$ErrorView = 'NormalView'
1616

17-
$integration = $(Split-Path -Leaf $PSScriptRoot)
18-
$integrationName = $integration.Replace("nri-", "")
19-
$executable = "nri-$integrationName.exe"
17+
$integrationName = "winservices"
18+
$executable = "nri-winservices.exe"
2019
$commitHash = (git rev-parse HEAD)
2120

2221
$exporterRepo = "github.com/prometheus-community/windows_exporter"
2322
$exporterBinaryName = "windows_exporter.exe"
24-
# Commit used by v0.29.2 of windows_exporter
25-
$exporterVersion = "622813343f930c121c8b1c061d6dd6f02d96015f"
23+
# Commit used by v0.30.6 of windows_exporter
24+
$exporterVersion = "db60c78f32185083354f16fb9d534a021f0d85f9"
2625

2726

2827
$env:GOPATH = go env GOPATH

0 commit comments

Comments
 (0)