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 2a393f68f [docs] Fix misaligned tables in the document (#2813)
2a393f68f is described below

commit 2a393f68f051b76c9422c5e9e1b89e0a9b59267a
Author: Tom <[email protected]>
AuthorDate: Mon Mar 9 15:25:50 2026 +0800

    [docs] Fix misaligned tables in the document (#2813)
---
 website/docs/maintenance/observability/monitor-metrics.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/maintenance/observability/monitor-metrics.md 
b/website/docs/maintenance/observability/monitor-metrics.md
index 58d0fdaaa..2ed317079 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="17"><strong>coordinator</strong></th>
-      <td style={{textAlign: 'center', verticalAlign: 'middle' }} 
rowspan="8">-</td>
+      <td style={{textAlign: 'center', verticalAlign: 'middle' }} 
rowspan="10">-</td>
       <td>activeCoordinatorCount</td>
       <td>The number of active CoordinatorServer in this cluster.</td>
       <td>Gauge</td>

Reply via email to