Versions Compared

Key

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

...

flush-time-total
tags: producer-id
description: the total time the Producer spent in `Producer.flush`

txn-init-time-total
tags: producer-id
description: the total time the Producer spent initializing transactions (for EOS).

txn-begin-time-total
tags: producer-id
description: the total time the Producer spent in beginTransaction (for EOS).

txn-send-offsets-time-total
tags: producer-id
description: the total time the Producer spent sending offsets to transactions (for EOS).

...

flush-time-total: this will be a Producer metric computed as the cumulative sum of time elapsed during calls to Producer.flush.

txn-init-time-total: this will be a Producer metric computed as the cumulative sum of time elapsed during calls to Producer.initTransactions.

txn-begin-time-total: this will be a Producer metric computed as the cumulative sum of time elapsed during calls to Producer.beginTransaction.

txn-send-offsets-time-total: this will be a Producer metric computed as the cumulative sum of time elapsed during calls to Producer.sendOffsetsToTransaction.

...

  • consumer’s io-waittime-total
  • consumer’s iotime-total
  • consumer’s commit-sync-time-total
  • restore consumer’s io-waittime-total
  • restore consumer’s iotime-total
  • admin client’s io-waittime-total
  • admin client’s iotime-total
  • producer’s bufferpool-wait-time-total
  • producer's flush-time-total
  • producer's txn-init-time-total
  • producer's txn-begin-time-total
  • producer's txn-send-offsets-time-total
  • producer's txn-commit-time-time-total
  • producer's txn-abort-time-total

...