Skip to content

Commit 65f7bb0

Browse files
authored
[hotfix] Add prefix of table_bucket_logicalStorage in monitor-metrics.md (#1758)
1 parent 804bdf3 commit 65f7bb0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

website/docs/maintenance/observability/monitor-metrics.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM
646646
</thead>
647647
<tbody>
648648
<tr>
649-
<th rowspan="28"><strong>tabletserver</strong></th>
649+
<th rowspan="30"><strong>tabletserver</strong></th>
650650
<td rowspan="20">table</td>
651651
<td>messagesInPerSecond</td>
652652
<td>The number of messages written per second to this table.</td>
@@ -774,6 +774,17 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM
774774
<td>The number of bytes written per second to this table.</td>
775775
<td>Gauge</td>
776776
</tr>
777+
<tr>
778+
<td rowspan="2">table_bucket_logicalStorage</td>
779+
<td>logSize</td>
780+
<td>The logical storage size of log for this table bucket. </td>
781+
<td>Gauge</td>
782+
</tr>
783+
<tr>
784+
<td>kvSize</td>
785+
<td>The logical storage size of kv for this table bucket.</td>
786+
<td>Gauge</td>
787+
</tr>
777788
</tbody>
778789
</table>
779790

0 commit comments

Comments
 (0)