doc: Add ilm prometheus metrics information (#12994)

This commit is contained in:
Krishnan Parthasarathi 2021-08-17 12:19:36 -07:00 committed by GitHub
parent a690772cc5
commit 30b77f59b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ These metrics can be from any MinIO server once per collection.
| `minio_heal_time_last_activity_nano_seconds` | Time elapsed (in nano seconds) since last self healing activity. This is set to -1 until initial self heal activity |
| `minio_inter_node_traffic_received_bytes` | Total number of bytes received from other peer nodes. |
| `minio_inter_node_traffic_sent_bytes` | Total number of bytes sent to the other peer nodes. |
| `minio_node_ilm_expiry_pending_tasks` | Current number of pending ILM expiry tasks in the queue. |
| `minio_node_ilm_transition_active_tasks` | Current number of active ILM transition tasks. |
| `minio_node_ilm_transition_pending_tasks` | Current number of pending ILM transition tasks in the queue. |
| `minio_node_disk_free_bytes` | Total storage available on a disk. |
| `minio_node_disk_total_bytes` | Total storage on a disk. |
| `minio_node_disk_used_bytes` | Total storage used on a disk. |