[otel] init otel for app-server (#5469)

This commit is contained in:
Anton Panasenko
2025-10-21 12:34:27 -07:00
committed by GitHub
parent 5cd8803998
commit 682d05512f
3 changed files with 35 additions and 15 deletions

View File

@@ -37,6 +37,7 @@ tokio = { workspace = true, features = [
] }
tracing = { workspace = true, features = ["log"] }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
opentelemetry-appender-tracing = { workspace = true }
uuid = { workspace = true, features = ["serde", "v7"] }
[dev-dependencies]