DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Name | Type | Description |
|---|---|---|
| kafka.controller:type=KafkaController,name=ControlledShutdownBrokerCount | Integer | The number of brokers currently in controlled shutdown. |
| kafka.controller:type=KafkaController,name=BrokerRegistrationState.kafka-X | Integer | A per-broker metric which displays the following values for the states:
This metric is removed when a broker is unregistered. This state is derived from the registration records contained in the metadata log. |
| kafka.controller:type=KafkaController,name=TimeSinceLastHeartbeatReceivedMs.kafka-X | Integer | A per-broker metric which reports the time in milliseconds since the last heartbeat received by the controller. The maximum value of this metric is the heartbeat session timeout limit, because the map whose values are being exposed removes the broker's contact time when the broker gets fenced. Only the active controller reports this metric since it's soft state contained in BrokerHeartbeatTracker. |
...