confluent-kubernetes-examples icon indicating copy to clipboard operation
confluent-kubernetes-examples copied to clipboard

Dashboards don't match metric attributes

Open kgibcc opened this issue 4 years ago • 3 comments

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?

kgibcc avatar May 26 '21 20:05 kgibcc

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?

Schm1tz1 avatar Nov 22 '22 15:11 Schm1tz1

I'm having the same issue the dashboard labels doesn't match confluent platform release 7+

morot avatar Nov 24 '22 01:11 morot

Please take a look at https://github.com/confluentinc/confluent-kubernetes-examples/pull/203 -- I think this fixes the problem

GeoffWilliams avatar Dec 19 '22 08:12 GeoffWilliams