feat(obs): support OTLP headers and timeout overrides for HTTP exporters (#2661)

This commit is contained in:
houseme
2026-04-24 01:02:26 +08:00
committed by GitHub
parent 39f7de4450
commit 47247789ad
5 changed files with 153 additions and 13 deletions
+1
View File
@@ -53,6 +53,7 @@ opentelemetry_sdk = { workspace = true, features = ["rt-tokio"] }
opentelemetry-stdout = { workspace = true }
opentelemetry-otlp = { workspace = true }
opentelemetry-semantic-conventions = { workspace = true, features = ["semconv_experimental"] }
percent-encoding = { workspace = true }
serde = { workspace = true }
tracing = { workspace = true, features = ["std", "attributes"] }
tracing-appender = { workspace = true }