docs: add missing flags in service collector documentation (#2318)

This commit is contained in:
veso0308
2026-02-14 15:04:36 +00:00
committed by GitHub
parent cd3d5af3dd
commit 5e30d2c2cb
+11 -1
View File
@@ -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