docs: remove old service.services-where CLI frag from docs (#1634)

This commit is contained in:
Jan-Otto Kröpke
2024-09-20 21:03:52 +02:00
committed by GitHub
parent 2635e5d8eb
commit 9bea340c44
4 changed files with 7 additions and 7 deletions

View File

@@ -193,7 +193,7 @@ The prometheus metrics will be exposed on [localhost:9182](http://localhost:9182
### Enable only service collector and specify a custom query
.\windows_exporter.exe --collectors.enabled "service" --collector.service.services-where "Name='windows_exporter'"
.\windows_exporter.exe --collectors.enabled "service" --collector.service.include="windows_exporter"
### Enable only process collector and specify a custom query
@@ -222,7 +222,7 @@ collectors:
enabled: cpu,net,service
collector:
service:
services-where: "Name='windows_exporter'"
include: windows_exporter
log:
level: warn
```