Skip to content

Commit 3276759

Browse files
authored
MINOR: add the removed topic metrics to zk2kraft (apache#18658)
Reviewers: Christo Lolov <[email protected]>, Chia-Ping Tsai <[email protected]>
1 parent 94a1bfb commit 3276759

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/zk2kraft.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,17 @@ <h5 class="anchor-heading">Removal metrics</h5>
176176
Kafka remove all zookeeper dependencies, so the metrics is removed.
177177
</p>
178178
</li>
179+
<li>
180+
<p>
181+
Remove the metrics which is monitoring requests waiting in the topic purgatory
182+
</p>
183+
<ul>
184+
<li><code>kafka.server:type=DelayedOperationPurgatory,name=PurgatorySize,delayedOperation=topic</code></li>
185+
<li><code>kafka.server:type=DelayedOperationPurgatory,name=NumDelayedOperations,delayedOperation=topic</code></li>
186+
</ul>
187+
<p>
188+
In Kraft mode, Zookeeper is not used, so the metrics is removed.
189+
</p>
190+
</li>
179191
</ul>
180192
</div>

0 commit comments

Comments
 (0)