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

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 32767599c0d MINOR: add the removed topic metrics to zk2kraft (#18658)
32767599c0d is described below

commit 32767599c0d9fd28a80fffcce1097e92cd256974
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

Reply via email to