DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Metric Name | Type | Recording Level | Description |
| paused-partitions | Gauge (Integer) | DEBUG | Whether this partition is currently paused. Returns `1` if paused, `0` if not paused. |
| paused-partitions-duration-seconds | Gauge (Long) | DEBUG | The time in seconds since this partition was paused. Returns `-1` if the partition is not currently paused. |
Note: These are per-partition metrics. Operators should be aware that registering metrics per partition increases cardinality linearly with the number of assigned partitions. In environments with large partition counts, this may increase memory usage in the metrics registry and in downstream monitoring systems. The paused-partitions-count aggregate metric is available at INFO level for general monitoring, while the per-partition metrics are intended for detailed debugging when partition-level visibility is needed.
Proposed Changes
Track Pause Timestamp
...