mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
my hopeless attempts at tracing
This commit is contained in:
parent
b02cca8608
commit
bf1b9f79e5
3 changed files with 393 additions and 30 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue