From 14792cdbc6f5d179db939413a3615ed626763d91 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 10 Dec 2020 18:15:47 -0800 Subject: [PATCH] docs: fix the metrics formatting (#11081) --- docs/metrics/prometheus/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/metrics/prometheus/README.md b/docs/metrics/prometheus/README.md index 0d4859ea5..9b3c505de 100644 --- a/docs/metrics/prometheus/README.md +++ b/docs/metrics/prometheus/README.md @@ -173,12 +173,10 @@ All metrics are labeled by `bucket`, each metric is displayed per bucket. `bucke - *BETWEEN_128_MB_AND_512_MB* - *GREATER_THAN_512_MB* - Units defintions: - 1 MB = 1024 KB - 1 KB = 1024 B - | name | description | |:------------------------------------|:----------------------------------------------------| | `bucket_usage_size` | Total size of the bucket | @@ -189,7 +187,6 @@ Units defintions: | `bucket_replication_successful_size`| Total capacity successfully replicated | | `bucket_replication_received_size` | Total capacity received as replicated objects | - ### Cache specific metrics MinIO Gateway instances enabled with Disk-Caching expose caching related metrics. @@ -202,10 +199,12 @@ MinIO Gateway instances enabled with Disk-Caching expose caching related metrics | `cache_data_served` | Total number of bytes served from cache | #### Per disk cache metrics -| `cache_usage_size` | Total cache usage in bytes | -| `cache_total_capacity` | Total size of cache disk | -| `cache_usage_percent` | Total percentage cache usage | -| `cache_usage_state` | Indicates cache usage is high or low, relative to current cache 'quota' settings | +| name | description | +|:-----------------------|:---------------------------------------------------------------------------------| +| `cache_usage_size` | Total cache usage in bytes | +| `cache_total_capacity` | Total size of cache disk | +| `cache_usage_percent` | Total percentage cache usage | +| `cache_usage_state` | Indicates cache usage is high or low, relative to current cache 'quota' settings | `cache_usage_state` holds only two states