Replies: 1 comment 4 replies
-
It's all the operators - Cluster operator, User operator, and Topic operator. The metrics are always published. You just have to scrape them. They are IIRC on ports 8080 for Cluster and Topic operators and 8081 for the User Operator. The path is always |
Beta Was this translation helpful? Give feedback.
4 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, There is a sample Grafana dashboard available for Operators: https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/metrics/grafana-dashboards/strimzi-operators.json
Which pod is providing those metrics used in the dashboard? Is is perhaps the Cluster Operator? How can I enable the publication of the metrics?
I am using Strimzi 0.29.0 and have already Grafana dashboards for Kafka, ZK and Kafka Exporter (i.e. a running Prometheus scraping the pods in question).
Thanks!
Michael
Beta Was this translation helpful? Give feedback.
All reactions