mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Add cluster notification metrics in metrics-v3 (#19533)
Signed-off-by: Bala.FA <bala@minio.io>
This commit is contained in:
@@ -221,3 +221,12 @@ The standard metrics groups for ProcessCollector and GoCollector are not shown b
|
||||
| `minio_cluster_erasure_set_online_drives_count` | `gauge` | Count of online drives in the erasure set in a pool | `pool_id,set_id` |
|
||||
| `minio_cluster_erasure_set_healing_drives_count` | `gauge` | Count of healing drives in the erasure set in a pool | `pool_id,set_id` |
|
||||
| `minio_cluster_erasure_set_health` | `gauge` | Health of the erasure set in a pool (1=healthy, 0=unhealthy) | `pool_id,set_id` |
|
||||
|
||||
### `/cluster/notification`
|
||||
|
||||
| Name | Type | Help | Labels |
|
||||
|-------------------------------------------------------|-----------|------------------------------------------------------------------------------------------|--------|
|
||||
| `minio_cluster_notification_current_send_in_progress` | `counter` | Number of concurrent async Send calls active to all targets | |
|
||||
| `minio_cluster_notification_events_errors_total` | `counter` | Events that were failed to be sent to the targets | |
|
||||
| `minio_cluster_notification_events_sent_total` | `counter` | Total number of events sent to the targets | |
|
||||
| `minio_cluster_notification_events_skipped_total` | `counter` | Events that were skipped to be sent to the targets due to the in-memory queue being full | |
|
||||
|
||||
Reference in New Issue
Block a user