kafka v-20 metrics #4362
saloni-2404
started this conversation in
General
Replies: 1 comment 4 replies
-
You should always use the examples from the tag for the release you use. The examples from the master branch might not work with your release. You can exec to your Kafka pods and see if you can get the metrics on the 9404 port. If you get them there and not in Prometheus, the issue is in your Prometheus configuration. Of you cannot get them on the port 9404 the issue is in how you configured them in Strimzi (which might be for example related to the first point). |
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.
-
We tried the following method:
https://github.com/strimzi/strimzi-kafka-operator/blob/master/examples/metrics/kafka-metrics.yaml
We have a prometheus deployment in the cluster, but we are not able to see any metrics from our kafka namespace with above deployment.
Is there anything we are missing?
Beta Was this translation helpful? Give feedback.
All reactions