This is an automated email from the ASF dual-hosted git repository.

yunhong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new 65f7bb0fc [hotfix] Add prefix of table_bucket_logicalStorage in 
monitor-metrics.md (#1758)
65f7bb0fc is described below

commit 65f7bb0fc9acd8f51bd8fadfc776fadb99424a9f
Author: yunhong <[email protected]>
AuthorDate: Thu Sep 25 18:00:40 2025 +0800

    [hotfix] Add prefix of table_bucket_logicalStorage in monitor-metrics.md 
(#1758)
---
 website/docs/maintenance/observability/monitor-metrics.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/website/docs/maintenance/observability/monitor-metrics.md 
b/website/docs/maintenance/observability/monitor-metrics.md
index 6b01cceda..713ed4163 100644
--- a/website/docs/maintenance/observability/monitor-metrics.md
+++ b/website/docs/maintenance/observability/monitor-metrics.md
@@ -646,7 +646,7 @@ Some metrics might not be exposed when using other JVM 
implementations (e.g. IBM
   </thead>
   <tbody>
     <tr>
-      <th rowspan="28"><strong>tabletserver</strong></th>
+      <th rowspan="30"><strong>tabletserver</strong></th>
       <td rowspan="20">table</td>
       <td>messagesInPerSecond</td>
       <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
       <td>The number of bytes written per second to this table.</td>
       <td>Gauge</td>
     </tr>
+     <tr>
+      <td rowspan="2">table_bucket_logicalStorage</td>
+      <td>logSize</td>
+      <td>The logical storage size of log for this table bucket. </td>
+      <td>Gauge</td>
+    </tr>
+     <tr>
+      <td>kvSize</td>
+      <td>The logical storage size of kv for this table bucket.</td>
+      <td>Gauge</td>
+    </tr>
   </tbody>
 </table>
 

Reply via email to