feat: added state pings

This commit is contained in:
Shiroyasha 2025-09-12 01:37:59 +03:00
parent b3a7b644c7
commit 9fc6964bc3
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
6 changed files with 54 additions and 39 deletions

View file

@ -41,4 +41,4 @@ rand = "0.9"
axum = { version = "0.8", features = ["ws", "macros", "http2"] }
tower-http = { version = "0.6", features = ["trace"] }
tokio = { version = "1.41", features = ["full"] }
prometheus = { version = "0.14", features = ["process"] }
prometheus = { version = "0.14", default-features = false, features = ["process"] }