fix(obs): report live replication backlog (#4448)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-08 16:39:06 +08:00
committed by GitHub
parent 13e48d93aa
commit 021c955c21
3 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ pub static REPLICATION_MAX_DATA_TRANSFER_RATE_MD: LazyLock<MetricDescriptor> = L
pub static REPLICATION_RECENT_BACKLOG_COUNT_MD: LazyLock<MetricDescriptor> = LazyLock::new(|| {
new_gauge_md(
MetricName::ReplicationRecentBacklogCount,
"Total number of objects seen in replication backlog in the last 5 minutes",
"Total number of objects currently in replication backlog (failed plus queued)",
&[],
subsystems::REPLICATION,
)