You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
I am not able to get kafka.server metrics over JMX. jConsole doesnt show kafka.server running but in broker logs, kafka.server is started. On curl localhost:9999/metrics inside broker gives empty reply.
Below is the docker-compose from cp-all-in-one (5.2.1) with some additional properties for KAFKA_JMX_HOST, KAFKA_JMX_PORT, and KAFKA_JMX_OPTS
I am reading metrics through MBeanServerConnection. The metrics I am interested in are kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec. I can see the metrics exposed in Confluent Control Center (localhost:9021) but it seems like metrics are not available as MBean as jconsole only showing Kafka, kafka.producer, kafka.consumer, but no kafka.server
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Similar to #739
I am not able to get kafka.server metrics over JMX. jConsole doesnt show kafka.server running but in broker logs, kafka.server is started. On curl localhost:9999/metrics inside broker gives empty reply.
Below is the docker-compose from cp-all-in-one (5.2.1) with some additional properties for KAFKA_JMX_HOST, KAFKA_JMX_PORT, and KAFKA_JMX_OPTS
I am reading metrics through MBeanServerConnection. The metrics I am interested in are
kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec
. I can see the metrics exposed in Confluent Control Center (localhost:9021) but it seems like metrics are not available as MBean as jconsole only showing Kafka, kafka.producer, kafka.consumer, but no kafka.serverThe text was updated successfully, but these errors were encountered: