fix replication last hour metric (#20199)

also adding missing recent_backlog_count metric to v3 metrics
This commit is contained in:
Poorna
2024-08-01 17:55:27 -07:00
committed by GitHub
parent 50a5ad48fc
commit 74c047cb03
4 changed files with 14 additions and 4 deletions

View File

@@ -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 |