Hello,
We have labeled all our nodes with the "tier" they belong to. I have the
following query:
*(100 * node_memory_MemAvailable_bytes{node=~".*"} /
node_memory_MemTotal_bytes{node=~".*"} < 10) * on (node)
group_left(label_tier) kube_node_labels*
And would like *label_tier* added to the query so we can handle the alert
differently depending on the node tier. I keep getting *found duplicate
series for the match group* error. What am I doing wrong?
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/6e6fc87d-59d6-4d77-b407-385ca6bfec4an%40googlegroups.com.