update opentelemetry

This commit is contained in:
Lennart
2025-03-24 18:28:58 +01:00
parent faa655249d
commit 1e1e327c7b
2 changed files with 118 additions and 189 deletions

View File

@@ -136,13 +136,13 @@ tracing-actix-web = { workspace = true }
uuid.workspace = true
dashmap.workspace = true
opentelemetry = { version = "0.27", optional = true }
opentelemetry-otlp = { version = "0.27", optional = true }
opentelemetry_sdk = { version = "0.27", features = [
opentelemetry = { version = "0.29", optional = true }
opentelemetry-otlp = { version = "0.29", optional = true }
opentelemetry_sdk = { version = "0.29", features = [
"rt-tokio",
], optional = true }
opentelemetry-semantic-conventions = { version = "0.27", optional = true }
tracing-opentelemetry = { version = "0.28", optional = true }
opentelemetry-semantic-conventions = { version = "0.29", optional = true }
tracing-opentelemetry = { version = "0.30", optional = true }
tracing-subscriber = { version = "0.3", features = [
"env-filter",
"fmt",