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,broker=X | Integer | A per-broker metric which displays the following values for the states:
This metric is removed added when a broker is unregisteredregisters and removed when it unregisters. This state is derived from the registration records contained in the metadata log. |
| kafka.controller:type=KafkaController,name=TimeSinceLastHeartbeatReceivedMs,broker=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. Similar to the other metric, this metric is added when a broker registers and removed when it unregisters. |
We will use tagging for the per-broker metrics where X represents the ID of the broker.
...