grafana-dashboards-kubernetes icon indicating copy to clipboard operation
grafana-dashboards-kubernetes copied to clipboard

[bug] node dashboard only shows latest instance

Open uhthomas opened this issue 4 months ago • 0 comments

Describe the bug

Some panels are using node to filter, and others are using a hidden instance variable ( label_values(node_uname_info{nodename=~"(?i:($node))"}, instance)). If a node changes its IP, then some panels will look normal and others will be missing data.

image

How to reproduce?

  1. Collect node metrics.
  2. Change IP of node.
  3. Observe the node dashboard has some unaffected panels, and others which only show the latest 'instance'.

Expected behavior

It should probably show all instances of a node.

Additional context

No response

uhthomas avatar Feb 25 '24 02:02 uhthomas