Update metrics list.md with new metrics from RELEASE.2024-01-05 (#19161)

This commit is contained in:
Ravind Kumar 2024-02-29 17:53:54 -05:00 committed by GitHub
parent f46bee242c
commit f3e7c42425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 6 deletions

View File

@ -65,12 +65,17 @@ For deployments behind a load balancer, use the load balancer hostname instead o
## Cluster Health Metrics
| Name | Description |
|:------------------------------------|:-----------------------------------------------|
| `minio_cluster_nodes_offline_total` | Total number of MinIO nodes offline. |
| `minio_cluster_nodes_online_total` | Total number of MinIO nodes online. |
| `minio_cluster_write_quorum` | Maximum write quorum across all pools and sets |
| `minio_cluster_health_status` | Get current cluster health status |
| Name | Description |
|:--------------------------------------------------|:-----------------------------------------------|
| `minio_cluster_nodes_offline_total` | Total number of MinIO nodes offline. |
| `minio_cluster_nodes_online_total` | Total number of MinIO nodes online. |
| `minio_cluster_write_quorum` | Maximum write quorum across all pools and sets |
| `minio_cluster_health_status` | Get current cluster health status |
| `minio_cluster_health_erasure_set_healing_drives` | Count of healing drives in the erasure set |
| `minio_cluster_health_erasure_set_online_drives` | Count of online drives in the erasure set |
| `minio_cluster_health_erasure_set_read_quorum` | Get read quorum of the erasure set |
| `minio_cluster_health_erasure_set_write_quorum` | Get write quorum of the erasure set |
| `minio_cluster_health_erasure_set_status` | Get current health status of the erasure set |
## Cluster Replication Metrics