mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add cluster config metrics in metrics-v3 (#19507)
endpoint: /minio/metrics/v3/cluster/config metrics: - write_quorum - rrs_parity - standard_parity
This commit is contained in:
@@ -261,6 +261,13 @@ The standard metrics group for GoCollector is not shown below.
|
||||
| `minio_cluster_health_capacity_usable_total_bytes` | `gauge` | Total cluster usable storage capacity in bytes | |
|
||||
| `minio_cluster_health_capacity_usable_free_bytes` | `gauge` | Total cluster usable storage free in bytes | |
|
||||
|
||||
### `/cluster/config`
|
||||
|
||||
| Name | Type | Help | Labels |
|
||||
|----------------------------------------|---------|------------------------------------------------|--------|
|
||||
| `minio_cluster_config_rrs_parity` | `gauge` | Reduced redundancy storage class parity | |
|
||||
| `minio_cluster_config_standard_parity` | `gauge` | Standard storage class parity | |
|
||||
|
||||
### `/cluster/usage/objects`
|
||||
|
||||
| Name | Type | Help | Labels |
|
||||
|
||||
Reference in New Issue
Block a user