File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
website/docs/maintenance/observability Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments