mirror of https://github.com/apache/kafka.git
KAFKA-8835; KIP-352 docs update (#7434)
Doc updates for KIP-352. Reviewers: Stanislav Kozlovski <stanislav_kozlovski@outlook.com>, Jason Gustafson <jason@confluent.io>
This commit is contained in:
parent
c34f3d066e
commit
74fdbc42dd
|
|
@ -886,7 +886,7 @@
|
|||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td># of under replicated partitions (|ISR| < |all replicas|)</td>
|
||||
<td># of under replicated partitions (the number of non-reassigning replicas - the number of ISR > 0)</td>
|
||||
<td>kafka.server:type=ReplicaManager,name=UnderReplicatedPartitions</td>
|
||||
<td>0</td>
|
||||
</tr>
|
||||
|
|
@ -1104,6 +1104,21 @@
|
|||
<td>kafka.server:type=GroupMetadataManager,name=NumGroups[PreparingRebalance,CompletingRebalance,Empty,Stable,Dead]</td>
|
||||
<td>The number of Consumer Groups in each state: PreparingRebalance, CompletingRebalance, Empty, Stable, Dead</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Number of reassigning partitions</td>
|
||||
<td>kafka.server:type=ReplicaManager,name=ReassigningPartitions</td>
|
||||
<td>The number of reassigning leader partitions on a broker.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Outgoing byte rate of reassignment traffic</td>
|
||||
<td>kafka.server:type=BrokerTopicMetrics,name=ReassignmentBytesOutPerSec</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Incoming byte rate of reassignment traffic</td>
|
||||
<td>kafka.server:type=BrokerTopicMetrics,name=ReassignmentBytesInPerSec</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
|
||||
<h4><a id="selector_monitoring" href="#selector_monitoring">Common monitoring metrics for producer/consumer/connect/streams</a></h4>
|
||||
|
|
|
|||
Loading…
Reference in New Issue