Skip to content

Commit 0a2a8b5

Browse files
authored
feat(observability): serve per-model runtime health on the status listener (#778)
1 parent 0ecc44e commit 0a2a8b5

11 files changed

Lines changed: 691 additions & 28 deletions

crates/aisix-admin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ etcd-client.workspace = true
2828
aisix-obs = { path = "../aisix-obs" }
2929

3030
[dev-dependencies]
31-
tokio = { workspace = true, features = ["macros", "rt"] }
31+
tokio = { workspace = true, features = ["macros", "rt", "test-util"] }
3232
testcontainers.workspace = true
3333
aisix-gateway = { path = "../aisix-gateway" }
3434
aisix-provider-openai = { path = "../aisix-provider-openai" }

0 commit comments

Comments
 (0)