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
I'm seeing all expected metrics except for in the kafka.server section. In Graphite I only see kafka.server.[DelayedOperationsPurgatory|FetcherLagMetrics|KafkaServer|ReplicatFetcherManager|ReplicaManager].
But when I connect to my Kafka JMX port using jconsole, I can see a bunch of other metrics in the kafka.server section, like BrokerTopicMetrics, DelayedFetchMetrics, FetcherStats, and a number of other collections.
Is it expected that these don't get written to Graphite? The BrokerTopicMetrics in particular would be extremely helpful to have.
I have not excluded anything using kafka.graphite.metrics.exclude.regex config, so I think I should be getting everything, but again, am missing a big portion of the kafka.server.* metrics.
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
I'm seeing all expected metrics except for in the kafka.server section. In Graphite I only see kafka.server.[DelayedOperationsPurgatory|FetcherLagMetrics|KafkaServer|ReplicatFetcherManager|ReplicaManager].
But when I connect to my Kafka JMX port using jconsole, I can see a bunch of other metrics in the kafka.server section, like BrokerTopicMetrics, DelayedFetchMetrics, FetcherStats, and a number of other collections.
Is it expected that these don't get written to Graphite? The BrokerTopicMetrics in particular would be extremely helpful to have.
I have not excluded anything using kafka.graphite.metrics.exclude.regex config, so I think I should be getting everything, but again, am missing a big portion of the kafka.server.* metrics.
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: