From 374c0b667b52116b4f47719a04f8c47b49a4bc2f Mon Sep 17 00:00:00 2001 From: NekoPunch Date: Wed, 8 Jul 2026 16:11:35 -0700 Subject: [PATCH] [docs] Fix misaligned rowspans in Table/Bucket metrics table The tabletserver, table_bucket_log and table_bucket_remoteLog rowspans were smaller than the number of rows in each group, shifting the trailing rows into the wrong columns. Correct the counts. --- website/docs/maintenance/observability/monitor-metrics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/maintenance/observability/monitor-metrics.md b/website/docs/maintenance/observability/monitor-metrics.md index 5383250b8d..70fe789881 100644 --- a/website/docs/maintenance/observability/monitor-metrics.md +++ b/website/docs/maintenance/observability/monitor-metrics.md @@ -762,7 +762,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM - tabletserver + tabletserver table messagesInPerSecond The number of messages written per second to this table. @@ -864,7 +864,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM Meter - table_bucket_log + table_bucket_log numSegments The number of segments in local storage for this table bucket. Gauge @@ -891,7 +891,7 @@ Some metrics might not be exposed when using other JVM implementations (e.g. IBM Gauge - table_bucket_remoteLog + table_bucket_remoteLog numSegments The number of segments in remote storage for this table bucket. Gauge