Add metrics for nodes online and offline (#11050)

This commit is contained in:
Ritesh H Shukla
2020-12-08 01:06:27 -08:00
committed by GitHub
parent 8c79f87f02
commit f60bbdf86b
4 changed files with 88 additions and 31 deletions

View File

@@ -136,6 +136,8 @@ The list of metrics and its definition are as follows. (NOTE: instance here is o
| `minio_version_info` | Current MinIO version with its commit-id |
| `minio_disks_offline` | Total number of offline disks on current MinIO instance |
| `minio_disks_total` | Total number of disks on current MinIO instance |
| `minio_nodes_online` | Total number of MinIO nodes online |
| `minio_nodes_offline` | Total number of MinIO nodes offline |
### Disk metrics are labeled by 'disk' which indentifies each disk
| name | description |