Add clickhouse replication, exclude bad prom metrics (#3344)

This commit is contained in:
Jai Agrawal
2025-03-05 15:40:46 -08:00
committed by GitHub
parent 0d223e3ab5
commit c1bb934fc6
6 changed files with 31 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ actix-multipart = "0.6.1"
actix-cors = "0.7.0"
actix-ws = "0.3.0"
actix-files = "0.6.5"
actix-web-prom = { version = "0.8.0", features = ["process"] }
actix-web-prom = { version = "0.9.0", features = ["process"] }
governor = "0.6.3"
tokio = { version = "1.35.1", features = ["sync"] }