Skip to content

Commit

Permalink
fix windows tests (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr authored Aug 22, 2024
1 parent 5f50950 commit b981764
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ prometheus.remote_write "metrics_default" {
}
}

prometheus.exporter.windows "integrations_windows_exporter" { }
prometheus.exporter.windows "integrations_windows_exporter" {
service {
use_api = "false"
}
}

discovery.relabel "integrations_windows" {
targets = prometheus.exporter.windows.integrations_windows_exporter.targets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ http {
}
}

prometheus.exporter.windows "integrations_windows_exporter" { }
prometheus.exporter.windows "integrations_windows_exporter" {
service {
use_api = "false"
}
}

discovery.relabel "integrations_windows_exporter" {
targets = prometheus.exporter.windows.integrations_windows_exporter.targets
Expand Down

0 comments on commit b981764

Please sign in to comment.