-
|
We have a kube-prometheus-stack running, with 1 Cluster Wide install of the Operator, and 1 3 node cluster running. The Operator These dashboards all show up in Grafana, so this portion is working. We have the kube-state-metrics stuff patched in: https://gist.github.com/jseiser/5b6e4a01e51cbb3e3d76e99d701f0edb This appears to work, I can see metrics from it, in prometheus Relevant parts of my I then created a podMonitor The end result is.. I have some stuff, but most of the dashboards have nothing. I understand that When you look at the variables, a good amount are not returning anything. Example would be when it looks for the Strimzi Cluster Name It has a regex Nothing returned by that metric, matches the regex. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
strimzi_io_clusterwould likely be taken from the label on the Kubernetes Pod it was scraped from. That would likely be done by this rule I guess? https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/metrics/prometheus-install/pod-monitors/kafka-resources-metrics.yaml#L21-L24 ... so you might need to check why are these not applied in your setup.