...
This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.
Status
Current state: "Under DiscussionAccepted"
Discussion thread: here
Voting thread: here
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
...
Code Block | ||
---|---|---|
| ||
kafka.producer:client-id=<client-id>,type=app-info kafka.consumer:type=app-info,client-id=<client-id> kafka.server:type=app-info kafka.admin.client:type=app-info,client-id=<client-id> kafka.connect:type=app-info,client-id=<client-id> |
Metric/Attribute Name | Description |
---|---|
start-time-ms | The UNIX time at which this application started |
Proposed Changes
We propose extending the already exposed `app-info` JMX metric with a new `start-time-ms` attribute. Said attribute would expose the unix time in milliseconds (e.g 1550990991562, corresponding to "Sun Feb 24 2019 06:49:51").
...