mirror of
https://github.com/minio/minio.git
synced 2025-02-04 02:15:59 -05:00
Add documentation for bucket replication related metrics (#11055)
This commit is contained in:
parent
78d18d8fc8
commit
04848dfa1c
@ -180,10 +180,14 @@ Units defintions:
|
|||||||
|
|
||||||
|
|
||||||
| 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 |
|
||||||
|
| `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
|
### Cache specific metrics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user