mirror of
https://github.com/minio/minio.git
synced 2025-03-03 07:10:07 -05:00
doc: Add definition of 1KB and 1MB in prometheus (#10857)
This commit is contained in:
parent
311ab43d4c
commit
8e8ddf7233
@ -173,12 +173,19 @@ 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:
|
||||||
|
- 1 MB = 1024 KB
|
||||||
|
- 1 KB = 1024 B
|
||||||
|
|
||||||
|
|
||||||
| name | description |
|
| name | description |
|
||||||
|:---------------------------|:----------------------------------------------------|
|
|:---------------------------|:----------------------------------------------------|
|
||||||
| `bucket_usage_size` | Total size of the bucket |
|
| `bucket_usage_size` | Total size of the bucket |
|
||||||
| `bucket_objects_count` | Total number of objects in a bucket |
|
| `bucket_objects_count` | Total number of objects in a bucket |
|
||||||
| `bucket_objects_histogram` | Total number of objects filtered by different sizes |
|
| `bucket_objects_histogram` | Total number of objects filtered by different sizes |
|
||||||
|
|
||||||
|
|
||||||
### 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user