Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling node_exporter but node_exporter_build_info continues to send #822

Closed
Jwalker107 opened this issue Oct 27, 2024 · 2 comments · Fixed by #826
Closed

Disabling node_exporter but node_exporter_build_info continues to send #822

Jwalker107 opened this issue Oct 27, 2024 · 2 comments · Fixed by #826

Comments

@Jwalker107
Copy link

Please forgive me if I'm missing something obvious. I'm fairly new to Helm charts and I'm trying to understand some interdependencies between charts here.

I'm using a Grafana Cloud instance and starting with the configuration created by the Kubernetes datasource integration there. I quickly overran the Metrics collection per user ( err-mimir-max-series-per-user ) and I am turning the knobs to understand each collection source.

Expectation:
With the following as part of the configuration file, I expect that all of the node-exporter features would be disabled and no node-exporter metrics would be sent:

metrics:
  enabled: true

  node-exporter:
    enabled: false

prometheus-node-exporter:
  enabled: false

Actual:
When I redeploy this chart, I see that many node-exporter metrics stop sending. For example container_cpu_usage_seconds_total metrics stop reporting as shown in Home -> Explore -> Metrics -> container_cpu_usage_seconds_total

However in the Kubernetes Dashboard's Configuration -> Metrics tab, the 'Node Exporter' metric continues to display a green checkbox, and checking again in the Explorer-> Metrics I can see that 'node_exporter_build_info' continues to report.

I'm trying to understand why node_exporter_build_info appears to be continue reporting, whether I have actually disabled node_exporter metrics or have failed to select a correct metric to check, and whether there is some other area I should be disabling.

I thank you for you consideration and for helping a newbie on this.

@petewall
Copy link
Collaborator

I think I found that an additional node_exporter_build_info is being sent by the chart's internal telemetry reporting. I'll fix that.

@petewall petewall linked a pull request Oct 30, 2024 that will close this issue
@Jwalker107
Copy link
Author

Thanks very much! I found it to be a bit confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants