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:
Shireesh Anjal
2024-05-24 18:20:46 +05:30
committed by GitHub
parent 2a03a34bde
commit 5659cddc84
4 changed files with 64 additions and 1 deletions

View File

@@ -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 |