mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
fix replication last hour metric (#20199)
also adding missing recent_backlog_count metric to v3 metrics
This commit is contained in:
@@ -275,7 +275,7 @@ Metrics about MinIO site and bucket replication.
|
||||
| `minio_replication_max_queued_bytes` | Maximum number of bytes queued for replication since server start. <br><br>Type: gauge | `server` |
|
||||
| `minio_replication_max_queued_count` | Maximum number of objects queued for replication since server start. <br><br>Type: gauge | `server` |
|
||||
| `minio_replication_max_data_transfer_rate` | Maximum replication data transfer rate in bytes/sec since server start. <br><br>Type: gauge | `server` |
|
||||
|
||||
| `minio_replication_recent_backlog_count` | Total number of objects seen in replication backlog in the last 5 minutes <br><br>Type: gauge | `server` |
|
||||
#### `/bucket/replication`
|
||||
|
||||
| Name | Description | Labels |
|
||||
|
||||
Reference in New Issue
Block a user