Versions Compared

Key

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

...

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

commited-time-total
tags: consumer-id
description: the total time the Consumer spent in committed.

commit-sync-time-total
tags: consumer-id
description: the total time the Consumer spent committing offsets (for AOS).

...

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

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

commit-sync-time-total: this will be a Consumer metric computed as the cumulative sum of time elapsed during calls to Consumer.commitSync.

...

  • consumer’s io-waittime-total
  • consumer’s iotime-total
  • consumer’s committed-time-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-total
  • producer's txn-abort-time-total

...