my hopeless attempts at tracing

This commit is contained in:
Shiroyasha 2025-02-27 18:15:44 +03:00
parent b02cca8608
commit bf1b9f79e5
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
3 changed files with 393 additions and 30 deletions

View file

@ -42,6 +42,13 @@ axum = { version = "0.8", features = ["ws", "macros", "http2"] }
tower-http = { version = "0.6", features = ["trace"] }
tokio = { version = "1.41", features = ["full"] }
prometheus = { version = "0.13.4", features = ["process"] }
axum-otel-metrics = "0.10.0"
opentelemetry = "0.28.0"
opentelemetry_sdk = "0.28.0"
opentelemetry-otlp = "0.28.0"
opentelemetry-prometheus = "0.28.0"
axum-tracing-opentelemetry = "0.26.1"
tracing-opentelemetry = "0.29.0"
[dev-dependencies]
cross = "0.2.5"