mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-16 04:01:04 +00:00
393546fe01
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com>
18 lines
369 B
YAML
18 lines
369 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:
|
|
blacklist: /Microsoft/.+
|
|
log:
|
|
level: debug
|
|
scrape:
|
|
timeout-margin: 0.5
|
|
telemetry:
|
|
addr: ":9182"
|
|
path: /metrics
|
|
max-requests: 5
|