patagia-control/instrumentation/Cargo.toml
Daniel Lundin b1f701ddf2
Some checks failed
ci/woodpecker/push/ci Pipeline failed
feat(telemetry): configure otlp endpoint from flag
2024-12-24 12:16:03 +01:00

17 lines
431 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
tonic.workspace = true
tracing-opentelemetry.workspace = true
tracing-subscriber.workspace = true