From f3e7c424258a7e0c40825a3daf3f6297e2155df1 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Thu, 29 Feb 2024 17:53:54 -0500 Subject: [PATCH] Update metrics list.md with new metrics from RELEASE.2024-01-05 (#19161) --- docs/metrics/prometheus/list.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/metrics/prometheus/list.md b/docs/metrics/prometheus/list.md index 985705445..74edba6a9 100644 --- a/docs/metrics/prometheus/list.md +++ b/docs/metrics/prometheus/list.md @@ -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