Kafka-UI monitoring #1140
Answered
by
Haarolean
timchenko-a
asked this question in
Q&A
-
Hi, what is a proper way to monitor Kafka-UI? I'm deploying it to k8s with the provided Helm chart, but seems like there is no pod/service monitor available and I haven't found anything related to metrics of Kafka UI itself in the documentation. Does it expose any metrics we can collect? |
Beta Was this translation helpful? Give feedback.
Answered by
Haarolean
Jun 20, 2025
Replies: 1 comment 3 replies
-
Hi, to better understand your inquiry: what kind of ui-related metrics do you need? Right now you can monitor some stuff via these endpoints: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Guess we could expose an audit 'readiness' into
/actuator/health
. Exposing metrics on this looks like an overkill, at least at this moment.