You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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 inHome -> 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.
The text was updated successfully, but these errors were encountered: