Copilot commented on code in PR #21129:
URL: https://github.com/apache/kafka/pull/21129#discussion_r2610698265
##########
docs/ops.html:
##########
@@ -1955,6 +1955,21 @@ <h4 class="anchor-heading"><a
id="group_coordinator_monitoring" class="anchor-li
<td>kafka.server:type=group-coordinator-metrics,name=consumer-group-rebalance-count</td>
<td>Total number of Consumer Group Rebalances</td>
</tr>
+ <tr>
+ <td>Streams Group Count, per state</td>
+
<td>kafka.server:type=group-coordinator-metrics,name=streams-group-count,state=[empty|not_ready|assigning|reconciling|stable|dead]</td>
+ <td>Total number of Streams Groups in each state: Empty, Not Ready,
Assigning, Reconciling, Stable, Dead</td>
+ </tr>
+ <tr>
+ <td>Streams Group Rebalance Rate</td>
+
<td>kafka.server:type=group-coordinator-metrics,name=streams-group-rebalance-rate</td>
+ <td>The rebalance rate of streams groups</td>
Review Comment:
The description for "streams-group-rebalance-rate" uses lowercase "streams
groups" while the similar metric "consumer-group-rebalance-rate" on line 1951
uses lowercase "consumer groups". However, the "Streams Group Rebalance Count"
description on line 1971 uses title case "Streams Group". For consistency with
the similar "Consumer Group" metrics pattern (where line 1956 uses title case
"Consumer Group Rebalances"), this should use title case "Streams Groups" to
match line 1971 and the pattern established by consumer group metrics.
```suggestion
<td>The rebalance rate of Streams Groups</td>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]