kafka/clients
Ken Huang 01fccd3513
KAFKA-15186 AppInfo metrics don't contain the client-id (#20493)
All Kafka component register AppInfo metrics to track the application
start time or commit-id etc. These metrics are useful for monitoring and
debugging. However, the AppInfo doesn't provide client-id, which is an
important information for custom metrics reporter.

The AppInfoParser class registers a JMX MBean with the provided
client-id, but when it adds metrics to the Metrics registry, the
client-id is not included. This KIP aims to add the client-id as a tag.

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2025-09-21 16:28:03 +08:00
..
clients-integration-tests/src/test KAFKA-19644 Enhance the documentation for producer headers and integration tests (#20524) 2025-09-20 11:46:19 +08:00
src KAFKA-15186 AppInfo metrics don't contain the client-id (#20493) 2025-09-21 16:28:03 +08:00
.gitignore