mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-28 23:56:36 +00:00
Change default port to 9182
This commit is contained in:
@@ -57,7 +57,7 @@ func (c *WmiExporter) Collect(ch chan<- prometheus.Metric) {
|
||||
|
||||
func main() {
|
||||
var (
|
||||
addr = flag.String("telemetry.addr", ":9129", "host:port for WMI exporter")
|
||||
addr = flag.String("telemetry.addr", ":9182", "host:port for WMI exporter")
|
||||
metricsPath = flag.String("telemetry.path", "/metrics", "URL path for surfacing collected metrics")
|
||||
)
|
||||
flag.Parse()
|
||||
|
||||
Reference in New Issue
Block a user