Skip to content

Commit fda6906

Browse files
committed
fix nit
1 parent a0db4e1 commit fda6906

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/ops.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3985,8 +3985,8 @@ <h4 class="anchor-heading"><a id="kafka_share_group_monitoring" class="anchor-li
39853985
<table class="data-table">
39863986
<tbody><tr>
39873987
<th>Metric/Attribute name</th>
3988-
<th>Description</th>
39893988
<th>Mbean name</th>
3989+
<th>Description</th>
39903990
</tr>
39913991
<tr>
39923992
<td>TotalShareFetchRequestsPerSec</td>
@@ -4020,42 +4020,42 @@ <h4 class="anchor-heading"><a id="kafka_share_group_monitoring" class="anchor-li
40204020
</tr>
40214021
<tr>
40224022
<td>RequestTopicPartitionsFetchRatio</td>
4023-
<td>kafka.server:type=ShareGroupMetrics,name=RequestTopicPartitionsFetchRatio,group=([-.w]+)</td>
4023+
<td>kafka.server:type=ShareGroupMetrics,name=RequestTopicPartitionsFetchRatio,group=([-.\w]+)</td>
40244024
<td>The ratio of topic-partitions acquired to the total number of topic-partitions in share fetch request.</td>
40254025
</tr>
40264026
<tr>
40274027
<td>TopicPartitionsAcquireTimeMs</td>
4028-
<td>kafka.server:type=ShareGroupMetrics,name=TopicPartitionsAcquireTimeMs,group=([-.w]+)</td>
4028+
<td>kafka.server:type=ShareGroupMetrics,name=TopicPartitionsAcquireTimeMs,group=([-.\w]+)</td>
40294029
<td>The time elapsed (in millisecond) to acquire any topic partition for fetch.</td>
40304030
</tr>
40314031
<tr>
40324032
<td>AcquisitionLockTimeoutPerSec</td>
4033-
<td>kafka.server:type=SharePartitionMetrics,name=AcquisitionLockTimeoutPerSec,group=([-.w]+),topic=([-.w]+),partition=([0-9]+)</td>
4033+
<td>kafka.server:type=SharePartitionMetrics,name=AcquisitionLockTimeoutPerSec,group=([-.\w]+),topic=([-.\w]+),partition=([0-9]+)</td>
40344034
<td>The rate of acquisition locks for records which are not acknowledged within the timeout.</td>
40354035
</tr>
40364036
<tr>
40374037
<td>InFlightMessageCount</td>
4038-
<td>kafka.server:type=SharePartitionMetrics,name=InFlightMessageCount,group=([-.w]+),topic=([-.w]+),partition=([0-9]+)</td>
4038+
<td>kafka.server:type=SharePartitionMetrics,name=InFlightMessageCount,group=([-.\w]+),topic=([-.\w]+),partition=([0-9]+)</td>
40394039
<td>The number of in-flight messages for the share partition.</td>
40404040
</tr>
40414041
<tr>
40424042
<td>InFlightBatchCount</td>
4043-
<td>kafka.server:type=SharePartitionMetrics,name=InFlightBatchCount,group=([-.w]+),topic=([-.w]+),partition=([0-9]+)</td>
4043+
<td>kafka.server:type=SharePartitionMetrics,name=InFlightBatchCount,group=([-.\w]+),topic=([-.\w]+),partition=([0-9]+)</td>
40444044
<td>The number of in-flight batches for the share partition.</td>
40454045
</tr>
40464046
<tr>
40474047
<td>InFlightBatchMessageCount</td>
4048-
<td>kafka.server:type=SharePartitionMetrics,name=InFlightBatchMessageCount,group=([-.w]+),topic=([-.w]+),partition=([0-9]+)</td>
4048+
<td>kafka.server:type=SharePartitionMetrics,name=InFlightBatchMessageCount,group=([-.\w]+),topic=([-.\w]+),partition=([0-9]+)</td>
40494049
<td>The number of messages in the in-flight batch.</td>
40504050
</tr>
40514051
<tr>
40524052
<td>FetchLockTimeMs</td>
4053-
<td>kafka.server:type=SharePartitionMetrics,name=FetchLockTimeMs,group=([-.w]+),topic=([-.w]+),partition=([0-9]+)</td>
4053+
<td>kafka.server:type=SharePartitionMetrics,name=FetchLockTimeMs,group=([-.\w]+),topic=([-.\w]+),partition=([0-9]+)</td>
40544054
<td>The time elapsed (in milliseconds) while a share partition is held under lock for fetching messages.</td>
40554055
</tr>
40564056
<tr>
40574057
<td>FetchLockRatio</td>
4058-
<td>kafka.server:type=SharePartitionMetrics,name=FetchLockRatio,group=([-.w]+),topic=([-.w]+),partition=([0-9]+)</td>
4058+
<td>kafka.server:type=SharePartitionMetrics,name=FetchLockRatio,group=([-.\w]+),topic=([-.\w]+),partition=([0-9]+)</td>
40594059
<td>The fraction of time that share partition is held under lock.</td>
40604060
</tr>
40614061
<tr>
@@ -4095,8 +4095,8 @@ <h5 class="anchor-heading"><a id="kafka_share_coordinator_monitoring" class="anc
40954095
<table class="data-table">
40964096
<tbody><tr>
40974097
<th>Metric/Attribute name</th>
4098-
<th>Description</th>
40994098
<th>Mbean name</th>
4099+
<th>Description</th>
41004100
</tr>
41014101
<tr>
41024102
<td>group-count</td>
@@ -4165,7 +4165,7 @@ <h5 class="anchor-heading"><a id="kafka_share_coordinator_monitoring" class="anc
41654165
</tr>
41664166
<tr>
41674167
<td>last-pruned-offset</td>
4168-
<td>kafka.server:type=share-coordinator-metrics,name=last-pruned-offset,topic=([-.w]+),partition=([0-9]+)</td>
4168+
<td>kafka.server:type=share-coordinator-metrics,name=last-pruned-offset,topic=([-.\w]+),partition=([0-9]+)</td>
41694169
<td>The offset at which the share-group state topic was last pruned.</td>
41704170
</tr>
41714171
</tbody>

0 commit comments

Comments
 (0)