chore(tvix): bump tower-otel-http-metrics, enable axum feature
Move back to a proper release containing the opentelemetry bump. Also enable the `axum` feature, which will give us a per-route accounting. Change-Id: Icdf4dc73588ef45b6596b320c14d9f44946327b3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12865 Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
e743e2439c
commit
2879969f1b
6 changed files with 71 additions and 19 deletions
|
|
@ -22,7 +22,7 @@ tokio = { workspace = true }
|
|||
tokio-listener = { workspace = true, features = ["axum07", "clap", "multi-listener", "sd_listen"] }
|
||||
tokio-util = { workspace = true, features = ["io", "io-util", "compat"] }
|
||||
tonic = { workspace = true, features = ["tls", "tls-roots"] }
|
||||
tower-otel-http-metrics = { workspace = true, optional = true }
|
||||
tower-otel-http-metrics = { workspace = true, features = ["axum"], optional = true }
|
||||
tvix-castore = { path = "../castore" }
|
||||
tvix-store = { path = "../store" }
|
||||
tvix-tracing = { path = "../tracing", features = ["tonic", "axum"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue