This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.0 by this push:
new 6a6e62854f8 MINOR: add the removed topic metrics to zk2kraft (#18658)
6a6e62854f8 is described below
commit 6a6e62854f841ce95510ba06d35137689b5bec6e
Author: Ken Huang <[email protected]>
AuthorDate: Thu Jan 23 15:05:06 2025 +0800
MINOR: add the removed topic metrics to zk2kraft (#18658)
Reviewers: Christo Lolov <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
docs/zk2kraft.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/docs/zk2kraft.html b/docs/zk2kraft.html
index f85b59b3bdc..123aaca4e18 100644
--- a/docs/zk2kraft.html
+++ b/docs/zk2kraft.html
@@ -176,5 +176,17 @@
Kafka remove all zookeeper dependencies, so the metrics is
removed.
</p>
</li>
+ <li>
+ <p>
+ Remove the metrics which is monitoring requests waiting in the
topic purgatory
+ </p>
+ <ul>
+
<li><code>kafka.server:type=DelayedOperationPurgatory,name=PurgatorySize,delayedOperation=topic</code></li>
+
<li><code>kafka.server:type=DelayedOperationPurgatory,name=NumDelayedOperations,delayedOperation=topic</code></li>
+ </ul>
+ <p>
+ In Kraft mode, Zookeeper is not used, so the metrics is
removed.
+ </p>
+ </li>
</ul>
</div>
\ No newline at end of file