feat(stats): add metric for basebackup age

This commit is contained in:
alyssa 2025-07-27 00:18:47 +00:00
parent aa103f85e7
commit 957dfb4074
5 changed files with 111 additions and 3 deletions

View file

@ -9,6 +9,7 @@ libpk = { path = "../libpk" }
anyhow = { workspace = true }
chrono = { workspace = true }
fred = { workspace = true }
lazy_static = { workspace = true }
metrics = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true }