Grafana Agent Integrations #6387
-
Hi , here is my yaml file..
grafana team answer me about this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is expected behavior. Many collectors are enabled by default and act as a no-op when not applicable. In order to reduce the noise, you can disable them in your configuration. For example, in Grafana Cloud, we recommended disabling the following collectors: disable_collectors:
- ipvs #high cardinality on kubelet
- btrfs
- infiniband
- xfs
- zfs |
Beta Was this translation helpful? Give feedback.
please check the following endpoint in your local environment to make sure you are producing the metrics that you expect:
http://localhost:12345/integrations/node_exporter/metrics
If they are present, you may have need to apply some relabeling rules to make the dashboard works.
If you are running the agent in a containerized environment, make sure to follow the instructions in https://grafana.com/docs/agent/latest/static/configuration/integrations/node-exporter-config/
I would also like to kindly ask you to please not ping people directly when opening a discussion. Thank you for your understanding!