mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-15 01:16:35 +00:00
docs: add missing flags in service collector documentation (#2318)
This commit is contained in:
@@ -10,7 +10,17 @@ Enabled by default? | Yes
|
||||
|
||||
## Flags
|
||||
|
||||
None
|
||||
### `--collector.service.include`
|
||||
|
||||
Regexp of service to exclude. Service name (not the display name!) must both
|
||||
match `include` and not match `exclude` to be included.
|
||||
Recommended to keep down number of returned metrics.
|
||||
|
||||
### `--collector.service.exclude`
|
||||
|
||||
Regexp of service to include. Process name (not the display name!) must both
|
||||
match `include` and not match `exclude` to be included.
|
||||
Recommended to keep down number of returned metrics.
|
||||
|
||||
## Metrics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user