You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jo...@apache.org on 2023/10/04 17:32:26 UTC

[kafka-site] 01/01: Add 3.6 metrics documentation for new transactions metrics

This is an automated email from the ASF dual-hosted git repository.

jolshan pushed a commit to branch kafka-15530
in repository https://gitbox.apache.org/repos/asf/kafka-site.git

commit 6749dcc42e077cffd517ef545a3b50143044afb2
Author: Justine <jo...@confluent.io>
AuthorDate: Wed Oct 4 10:31:50 2023 -0700

    Add 3.6 metrics documentation for new transactions metrics
---
 36/ops.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/36/ops.html b/36/ops.html
index 40082918..b6a30aa2 100644
--- a/36/ops.html
+++ b/36/ops.html
@@ -1789,6 +1789,16 @@ $ bin/kafka-acls.sh \
         <td>kafka.server:type=transaction-coordinator-metrics,name=partition-load-time-avg</td>
         <td>average time, in milliseconds, it took to load transaction metadata from the consumer offset partitions loaded in the last 30 seconds (including time spent waiting for the loading task to be scheduled)</td>
       </tr>
+      <tr>
+        <td>Rate of transactional verification errors</td>
+        <td>kafka.server:type=AddPartitionsToTxnManager,name=VerificationFailureRate</td>
+        <td>Rate of verifications that returned in failure either from the AddPartitionsToTxn API response or through errors in the AddPartitionsToTxnManager. In steady state 0, but transient errors are expected during rolls and reassignments of the transactional state partition.</td>
+      </tr>
+      <tr>
+        <td>Time to verify a transactional request</td>
+        <td>kafka.server:type=AddPartitionsToTxnManager,name=VerificationTimeMs</td>
+        <td>The amount of time queueing while a possible previous request is in-flight plus the round trip to the transaction coordinator to verify (or not verify)</td>
+      </tr>
       <tr>
         <td>Consumer Group Offset Count</td>
         <td>kafka.server:type=GroupMetadataManager,name=NumOffsets</td>