mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
Add configuration file documentation
Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
15
docs/example_config.yml
Normal file
15
docs/example_config.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user