You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Stanislav Kozlovski (JIRA)" <ji...@apache.org> on 2019/02/24 07:42:00 UTC

[jira] [Created] (KAFKA-7992) Add a server start time metric

Stanislav Kozlovski created KAFKA-7992:
------------------------------------------

             Summary: Add a server start time metric
                 Key: KAFKA-7992
                 URL: https://issues.apache.org/jira/browse/KAFKA-7992
             Project: Kafka
          Issue Type: Improvement
            Reporter: Stanislav Kozlovski
            Assignee: Stanislav Kozlovski


KIP: KIP-436

As with all software systems, observability into their health is critical.
With many deployment platforms (be them custom-built or open-source), tasks like restarting a misbehaving server in a cluster are completely automated. With Kafka, monitoring systems have no definitive source of truth to gauge when a server/client has been started. They are left to either use arbitrary Kafka-specific metrics as a heuristic or the JVM RuntimeMXBean's StartTime, which is not exactly indicative of when the application itself started

It would be useful to have a metric exposing when the kafka server has started.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)