Skip to content

Commit

Permalink
vmagent: clarify comment for collectors disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen1778 committed Mar 21, 2024
1 parent 9bbfcee commit 0a5d35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/vmagent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ spec:
- --path.procfs=/host/proc
- --path.sysfs=/host/sys
- --path.rootfs=/host/root
# Note that disabled collectors are in sync with the alerting rules
# When disabling a collector make sure to disable the related alerting rule
# When disabling a collector make sure its metrics aren't used
# in alerting rules (chart/files/alerts.yaml)
- --no-collector.wifi
- --no-collector.arp
- --collector.processes
Expand Down

0 comments on commit 0a5d35c

Please sign in to comment.