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
ipam: when a CiliumNode is removed, delete node label from metrics.
Affects:
* operator_ipam_available_ips
* operator_ipam_used_ips
* operator_ipam_needed_ips
Which have the label "target_name", previously when a Node was deleted
the metric continued to be emitted by the Prometheus exporter, leading
to confusing sum() values across a cluster.
Fixes changes in cilium#24776
Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
0 commit comments