mirror of https://github.com/minio/minio.git
docs: fix the metrics formatting (#11081)
This commit is contained in:
parent
4939987eb8
commit
14792cdbc6
|
@ -173,12 +173,10 @@ All metrics are labeled by `bucket`, each metric is displayed per bucket. `bucke
|
||||||
- *BETWEEN_128_MB_AND_512_MB*
|
- *BETWEEN_128_MB_AND_512_MB*
|
||||||
- *GREATER_THAN_512_MB*
|
- *GREATER_THAN_512_MB*
|
||||||
|
|
||||||
|
|
||||||
Units defintions:
|
Units defintions:
|
||||||
- 1 MB = 1024 KB
|
- 1 MB = 1024 KB
|
||||||
- 1 KB = 1024 B
|
- 1 KB = 1024 B
|
||||||
|
|
||||||
|
|
||||||
| name | description |
|
| name | description |
|
||||||
|:------------------------------------|:----------------------------------------------------|
|
|:------------------------------------|:----------------------------------------------------|
|
||||||
| `bucket_usage_size` | Total size of the bucket |
|
| `bucket_usage_size` | Total size of the bucket |
|
||||||
|
@ -189,7 +187,6 @@ Units defintions:
|
||||||
| `bucket_replication_successful_size`| Total capacity successfully replicated |
|
| `bucket_replication_successful_size`| Total capacity successfully replicated |
|
||||||
| `bucket_replication_received_size` | Total capacity received as replicated objects |
|
| `bucket_replication_received_size` | Total capacity received as replicated objects |
|
||||||
|
|
||||||
|
|
||||||
### Cache specific metrics
|
### Cache specific metrics
|
||||||
|
|
||||||
MinIO Gateway instances enabled with Disk-Caching expose caching related 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 |
|
| `cache_data_served` | Total number of bytes served from cache |
|
||||||
|
|
||||||
#### Per disk cache metrics
|
#### Per disk cache metrics
|
||||||
| `cache_usage_size` | Total cache usage in bytes |
|
| name | description |
|
||||||
| `cache_total_capacity` | Total size of cache disk |
|
|:-----------------------|:---------------------------------------------------------------------------------|
|
||||||
| `cache_usage_percent` | Total percentage cache usage |
|
| `cache_usage_size` | Total cache usage in bytes |
|
||||||
| `cache_usage_state` | Indicates cache usage is high or low, relative to current cache 'quota' settings |
|
| `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
|
`cache_usage_state` holds only two states
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue