2020-10-26 09:05:46 +00:00
|
|
|
---
|
|
|
|
# Note this is not an exhaustive list of all configuration values
|
|
|
|
collectors:
|
2024-08-11 10:57:14 +00:00
|
|
|
enabled: cpu,cs,logical_disk,net,os,service,system
|
2020-10-26 09:05:46 +00:00
|
|
|
collector:
|
|
|
|
service:
|
2024-09-20 19:03:52 +00:00
|
|
|
include: "windows_exporter"
|
2021-07-17 11:11:59 +00:00
|
|
|
scheduled_task:
|
2023-04-01 07:48:23 +00:00
|
|
|
include: /Microsoft/.+
|
2020-10-26 09:05:46 +00:00
|
|
|
log:
|
|
|
|
level: debug
|
|
|
|
scrape:
|
|
|
|
timeout-margin: 0.5
|
|
|
|
telemetry:
|
|
|
|
path: /metrics
|
|
|
|
max-requests: 5
|
2023-04-12 12:52:55 +00:00
|
|
|
web:
|
|
|
|
listen-address: ":9182"
|