Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/maintenance/observability/monitor-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM
</thead>
<tbody>
<tr>
<th rowspan="30"><strong>tabletserver</strong></th>
<th rowspan="31"><strong>tabletserver</strong></th>
<td rowspan="20">table</td>
<td>messagesInPerSecond</td>
<td>The number of messages written per second to this table.</td>
Expand Down Expand Up @@ -864,7 +864,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM
<td>Meter</td>
</tr>
<tr>
<td rowspan="2">table_bucket_log</td>
<td rowspan="3">table_bucket_log</td>
<td>numSegments</td>
<td>The number of segments in local storage for this table bucket.</td>
<td>Gauge</td>
Expand All @@ -891,7 +891,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM
<td>Gauge</td>
</tr>
<tr>
<td rowspan="3">table_bucket_remoteLog</td>
<td rowspan="4">table_bucket_remoteLog</td>
<td>numSegments</td>
<td>The number of segments in remote storage for this table bucket.</td>
<td>Gauge</td>
Expand Down