Versions Compared

Key

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

...

Metric NameTypeDescription
paused-partitionspartitionGauge (Integer)Whether this partition is currently paused. Returns 1  if paused, 0  if not paused.
paused-partitionspartition-duration-secondsGauge (Long)The time in seconds since this partition was paused. Returns -1  if the partition is not currently paused.
paused-partitionspartition-rateRateThe per-second rate of Consumer.pause()  calls for this partition.
paused-partitionspartition-totalCumulativeCountThe total cumulative number of Consumer.pause()  calls for this partition.

...