Replies: 1 comment 11 replies
-
I think this is something you need to configure in your Prometheus to attach these labels when scraping the configs. Is that right @ppatierno @sknot-rh? |
Beta Was this translation helpful? Give feedback.
11 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.
Problem:
Dashboard examples/metrics/grafana-dashboards/strimzi-kafka-connect.json shows N/A or nothing only.
Observations:
By opening dashboard examples/metrics/grafana-dashboards/strimzi-kafka-connect.json you could observe prometheus query
sum(kafka_connect_worker_connector_count{strimzi_io_kind=~"KafkaConnect.*",strimzi_io_cluster="$strimzi_connect_cluster_name"})
By querying Prometheus on scraped metrics from Connect you could see metrics with name
kafka_connect_worker_connector_count
but it have neither tagstrimzi_io_kind
norstrimzi_io_cluster
This is what could be observed
Metrics config is as following
Beta Was this translation helpful? Give feedback.
All reactions