Versions Compared

Key

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

...

blocked-time-total
tags: thread-id, application-id
description: the total time the Kafka Streams thread spent blocked on Kafka.

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

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

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

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

txn-commit-time-total
tags: producerclient-id
description: the total time the Producer spent committing transactions (for EOS).

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

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

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

thread-start-time
tags: thread-id, application-id
description: the epoch time the Kafka Streams thread was started. This is useful for computing the processing ratio during the first interval after the thread starts. 

...