feat(ml-service): add Prometheus metrics and request telemetry instrumentation

This commit is contained in:
MythEclipse
2026-06-07 18:12:32 +07:00
parent ede1c480be
commit eefb16ad1d
6 changed files with 346 additions and 17 deletions
+1
View File
@@ -9,6 +9,7 @@ axum = { version = "0.7", features = ["multipart"] }
image = "0.25"
ndarray = "0.17"
ort = { version = "2.0.0-rc.10", features = ["download-binaries", "ndarray"] }
prometheus = { version = "0.14.0", features = ["process"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "net"] }