doc: Add definition of 1KB and 1MB in prometheus (#10857)

master
Anis Elleuch 4 years ago committed by GitHub
parent 311ab43d4c
commit 8e8ddf7233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      docs/metrics/prometheus/README.md

@ -173,12 +173,19 @@ 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 |
| `bucket_objects_count` | Total number of objects in a bucket |
| `bucket_objects_histogram` | Total number of objects filtered by different sizes |
### Cache specific metrics
MinIO Gateway instances enabled with Disk-Caching expose caching related metrics.

Loading…
Cancel
Save