mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Add cluster audit metrics in metrics-v3 (#19514)
endpoint: /minio/metrics/v3/cluster/audit metrics: - failed_messages (counter) - total_messages (counter) - target_queue_length (gauge)
This commit is contained in:
@@ -164,6 +164,13 @@ The standard metrics groups for ProcessCollector and GoCollector are not shown b
|
||||
| `minio_cluster_health_capacity_usable_total_bytes` | `gauge` | Total cluster usable storage capacity in bytes | |
|
||||
| `minio_cluster_health_capacity_usable_free_bytes` | `gauge` | Total cluster usable storage free in bytes | |
|
||||
|
||||
### `/cluster/audit`
|
||||
|
||||
| Name | Type | Help | Labels |
|
||||
|-------------------------------------------|-----------|----------------------------------------------------------|-------------|
|
||||
| `minio_cluster_audit_failed_messages` | `counter` | Total number of messages that failed to send since start | `target_id` |
|
||||
| `minio_cluster_audit_target_queue_length` | `gauge` | Number of unsent messages in queue for target | `target_id` |
|
||||
| `minio_cluster_audit_total_messages` | `counter` | Total number of messages sent since start | `target_id` |
|
||||
|
||||
### `/cluster/usage/objects`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user