kafka-graphite
kafka-graphite copied to clipboard
Missing kafka.server metrics?
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!