mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-14 19:16:08 +00:00
ce5c6eed72
Signed-off-by: Ben Reedy <breed808@breed808.com>
16 lines
322 B
YAML
16 lines
322 B
YAML
---
|
|
# Note this is not an exhaustive list of all configuration values
|
|
collectors:
|
|
enabled: cpu,cs,logical_disk,net,os,service,system,textfile
|
|
collector:
|
|
service:
|
|
services-where: Name='windows_exporter'
|
|
log:
|
|
level: debug
|
|
scrape:
|
|
timeout-margin: 0.5
|
|
telemetry:
|
|
addr: ":9182"
|
|
path: /metrics
|
|
max-requests: 5
|