mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Add documentation for bucket replication related metrics (#11055)
This commit is contained in:
parent
78d18d8fc8
commit
04848dfa1c
@ -179,11 +179,15 @@ Units defintions:
|
||||
- 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 |
|
||||
| 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 |
|
||||
| `bucket_replication_pending_size` | Total capacity not replicated |
|
||||
| `bucket_replication_failed_size` | Total capacity failed to replicate at least once |
|
||||
| `bucket_replication_successful_size`| Total capacity successfully replicated |
|
||||
| `bucket_replication_received_size` | Total capacity received as replicated objects |
|
||||
|
||||
|
||||
### Cache specific metrics
|
||||
|
Loading…
Reference in New Issue
Block a user