patagia-control/instrumentation/Cargo.toml
Daniel Lundin 31c8921aca
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
Use trace-request for dropshot instrumentation
2024-12-17 10:19:29 +01:00

16 lines
408 B
TOML

[package]
name = "instrumentation"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
http.workspace = true
once_cell.workspace = true
opentelemetry-otlp.workspace = true
opentelemetry_sdk.workspace = true
opentelemetry-semantic-conventions.workspace = true
opentelemetry.workspace = true
tracing-opentelemetry.workspace = true
tracing-subscriber.workspace = true