Add node name in node-exporter metrics #4018
Labels
complexity:medium
Something that requires one or few days to fix
topic:monitoring
Everything related to monitoring of services in a running cluster
Component: node-exporter, prometheus
Why this is needed:
$control_plane_ip:$node_exporter_port
)What should be done:
Current service discovery for node-exporter is only using the Service (so, Endpoints), hence, we don't get node metadata. This SO answer seems to point to a solution (i.e. use kubernetes_sd_configs with
node
role: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#node).The text was updated successfully, but these errors were encountered: