Skip to content

Commit 5bec352

Browse files
authored
[docs] Fix the issue of unaligned table content in monitor-metrics.md (#747)
1 parent e214c31 commit 5bec352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM
272272
</thead>
273273
<tbody>
274274
<tr>
275-
<th rowspan="1"><strong>coordinator/tabletserver/client</strong></th>
276-
<td rowspan="1">netty</td>
275+
<th rowspan="4"><strong>coordinator/tabletserver/client</strong></th>
276+
<td rowspan="4">netty</td>
277277
<td>usedDirectMemory</td>
278278
<td>The number of bytes of direct memory used by netty.</td>
279279
<td>Gauge</td>
@@ -354,7 +354,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM
354354
<tbody>
355355
<tr>
356356
<th rowspan="10"><strong>tabletserver</strong></th>
357-
<td style={{textAlign: 'center', verticalAlign: 'middle' }} rowspan="6">-</td>
357+
<td style={{textAlign: 'center', verticalAlign: 'middle' }} rowspan="10">-</td>
358358
<td>replicationBytesInPerSecond</td>
359359
<td>The bytes of data write into follower replica for data sync.</td>
360360
<td>Meter</td>

0 commit comments

Comments
 (0)