Replies: 1 comment
-
Up. I'm trying to do something quite similar. Im using metricLabelsAllowlist but it only appends the labels to the existing metric kube_XXXXXXX_labels. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i have a problem
I have a group of pods that can have a custom "team" label, like a
And i need to view on each metrics this label. If i use custom PodMonitor, i solve problem with this block
But as I understand - in kube-state-metric everything is not so simple. I use kube-prometheus-stack, but i think it's not matter. If I add a structure like:
I only get pod labels in the metric:
So, is there a way to somehow tell kube-prometheus-stack to add tags not from itself, but from the pod?
This is a priority for me, since I plan to load by team label into the VictoriaMetrics as namespace (to separate the metrics of one team from the metrics of another)
Beta Was this translation helpful? Give feedback.
All reactions