mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
Fix telemetry.addr deprecated since v0.21.0
Signed-off-by: Elpatii <4057711+Elpatii@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,7 @@ log:
|
|||||||
scrape:
|
scrape:
|
||||||
timeout-margin: 0.5
|
timeout-margin: 0.5
|
||||||
telemetry:
|
telemetry:
|
||||||
addr: ":9182"
|
|
||||||
path: /metrics
|
path: /metrics
|
||||||
max-requests: 5
|
max-requests: 5
|
||||||
|
web:
|
||||||
|
listen-address: ":9182"
|
||||||
|
|||||||
Reference in New Issue
Block a user