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

yuxia 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 398db1783 [doc] Align the doc table (#2901)
398db1783 is described below

commit 398db178338e547e5d99dc2835e2d41e694f665f
Author: xiaozhou <[email protected]>
AuthorDate: Fri Mar 20 11:30:03 2026 +0800

    [doc] Align the doc table (#2901)
---
 website/docs/maintenance/observability/monitor-metrics.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/website/docs/maintenance/observability/monitor-metrics.md 
b/website/docs/maintenance/observability/monitor-metrics.md
index d079c416e..ade4be9c6 100644
--- a/website/docs/maintenance/observability/monitor-metrics.md
+++ b/website/docs/maintenance/observability/monitor-metrics.md
@@ -295,7 +295,7 @@ Some metrics might not be exposed when using other JVM 
implementations (e.g. IBM
   <tbody>
     <tr>
        <th rowspan="24"><strong>coordinator</strong></th>
-      <td style={{textAlign: 'center', verticalAlign: 'middle' }} 
rowspan="10">-</td>
+      <td style={{textAlign: 'center', verticalAlign: 'middle' }} 
rowspan="9">-</td>
       <td>activeCoordinatorCount</td>
       <td>The number of active CoordinatorServer in this cluster.</td>
       <td>Gauge</td>
@@ -341,16 +341,16 @@ Some metrics might not be exposed when using other JVM 
implementations (e.g. IBM
       <td>Gauge</td>
     </tr>
     <tr>
-      <td>eventQueueTimeMs</td>
-      <td>The time that an event spent waiting in the queue to be 
processed.</td>
-      <td>Histogram</td>
-    </tr>
-    <tr>
-      <td rowspan="2">event</td>
+      <td rowspan="3">event</td>
       <td>eventQueueSize</td>
       <td>The number of events currently waiting to be processed in the 
coordinator event queue. This metric is labeled with <code>event_type</code> to 
distinguish between different types of coordinator events.</td>
       <td>Gauge</td>
     </tr>
+    <tr>
+      <td>eventQueueTimeMs</td>
+      <td>The time that an event spent waiting in the queue to be 
processed.</td>
+      <td>Histogram</td>
+    </tr>
     <tr>
       <td>eventProcessingTimeMs</td>
       <td>The time that an event took to be processed by the coordinator event 
processor. This metric is labeled with <code>event_type</code> to distinguish 
between different types of coordinator events.</td>

Reply via email to