Skip to content

Commit

Permalink
fix up windows test after running it in local windows
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbaranowski committed Nov 3, 2023
1 parent ce82442 commit af8c62a
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ prometheus.remote_write "metrics_default" {
}
}

prometheus.exporter.windows "integrations_windows" { }
prometheus.exporter.windows "integrations_windows_exporter" {
exchange { }

network {
exclude = ".+"
}
}

prometheus.scrape "integrations_windows" {
targets = prometheus.exporter.azure.integrations_windows.targets
targets = prometheus.exporter.windows.integrations_windows_exporter.targets
forward_to = [prometheus.remote_write.metrics_default.receiver]
job_name = "integrations/windows"
}

0 comments on commit af8c62a

Please sign in to comment.