mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-25 16:02:04 +00:00
fab77d9d31
Flags have been deprecated in favour of include/exclude terminology. Signed-off-by: Ben Reedy <breed808@breed808.com>
19 lines
382 B
YAML
19 lines
382 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'
|
|
scheduled_task:
|
|
include: /Microsoft/.+
|
|
log:
|
|
level: debug
|
|
scrape:
|
|
timeout-margin: 0.5
|
|
telemetry:
|
|
path: /metrics
|
|
max-requests: 5
|
|
web:
|
|
listen-address: ":9182"
|