confluent-kubernetes-examples
confluent-kubernetes-examples copied to clipboard
Dashboards don't match metric attributes
It looks like the dashboards in this repo do not match the exported metrics.
For instance - the grafana query:
histogram_quantile(0.5, sum(rate(controller_runtime_reconcile_time_seconds_bucket{app="confluent-operator",
confluent_platform=~"true",kubernetes_namespace=~"$namespace", kubernetes_pod_name=~"$pod_name"}[5m])) by (le, controller))
uses metric controller_runtime_reconcile_time_seconds_bucket
while metric attributes differ from query:
controller_runtime_reconcile_time_seconds_bucket{controller="confluentrolebinding", endpoint="http-metric", instance="172.16.107.115:7778", job="confluent-operator", le="+Inf", namespace="confluent", pod="confluent-operator-55695f4b58-c42r7", service="confluent-operator"}
Is it possible to get these dashboards to work with current set of exported metrics?
Customer is also having issues with the dashboard examples as the dashboard labels don't match for the current releases. Is there any update planned?
I'm having the same issue the dashboard labels doesn't match confluent platform release 7+
Please take a look at https://github.com/confluentinc/confluent-kubernetes-examples/pull/203 -- I think this fixes the problem