Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Metric NameTypeRecording LevelDescription
paused-partitionsGauge (Integer)DEBUGWhether this partition is currently paused. Returns `1` if paused, `0` if not paused.
paused-partitions-duration-secondsGauge (Long)DEBUGThe 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

...