Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 threadhere

JIRA: KAFKA-7992

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

Code Block
titleMBean names
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 NameDescription
start-time-msThe 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").

...