DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Metric Name | Type | Group | Tags | Description | JMX Bean |
|---|---|---|---|---|---|
group-count | Gauge | group-coordinator-metrics |
| The total number of share groups managed by group coordinator. |
|
rebalance (share-group-rebalance-rate and share-group-rebalance-count) | Meter | group-coordinator-metrics |
| The total number of share group rebalances count and rate. |
|
| share-group-count | Gauge | group-coordinator-metrics |
| The number of share groups in respective state. | kafka.server:type=group-coordinator-metrics,name=share-group-count,state={Empty|Stable|Dead} |
partition-load-time (partition-load-time-avg and partition-load-time-max) | Meter | share-coordinator-metrics | The time taken in milliseconds to load the share-group state from the share-group state partitions. |
| |
thread-idle-ratio (thread-idle-ratio-min and thread-idle-ratio-avg) | Meter | share-coordinator-metrics | The fraction of time the share coordinator thread is idle. |
| |
write (write-rate and write-total) | Meter | share-coordinator-metrics | The number of share-group state write calls per second. |
| |
write-latency (write-latency-avg and write-latency-max) | Meter | share-coordinator-metrics | The time taken for a share-group state write call, including the time to write to the share-group state topic. |
| |
num-partitions | Gauge | share-coordinator-metrics |
| The number of partitions in the share-state topic. |
|
last-pruned-offset | Gauge | share-coordinator-metrics |
| The offset at which the share-group state topic was last pruned. |
|
...