micrometer-metrics/micrometer

Rework KafkaMetrics based on Kafka's MetricsReporter

Open

#6502 opened on Jul 2, 2025

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Java (4,220 stars) (935 forks)batch import
enhancementhelp wantedinstrumentationmodule: micrometer-core

Description

See the MetricsReporter interface in Kafka. This looks promising that we could use this to instrument Kafka metrics in a better way than we currently do with our KafkaMetrics.

Contributor guide