m1a2st opened a new pull request, #20493:
URL: https://github.com/apache/kafka/pull/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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to