This is an automated email from the ASF dual-hosted git repository.
divijv pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6cf1bfec KAFKA-15530: Add 3.6 metrics documentation for new
transactions metrics (#555)
6cf1bfec is described below
commit 6cf1bfec0e67504af88676077448108cbb2e746f
Author: Justine Olshan <[email protected]>
AuthorDate: Fri Oct 6 01:42:18 2023 -0700
KAFKA-15530: Add 3.6 metrics documentation for new transactions metrics
(#555)
Reviewers: Divij Vaidya <[email protected]>
---
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>