Skip to content

Commit 687a830

Browse files
committed
🐛 missing feature http-proto for opentelemetry-otlp to support http/protobuf protocol
1 parent 616d076 commit 687a830

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ opentelemetry-jaeger = { version = "0.16", features = [
1919
"rt-tokio",
2020
], optional = true }
2121
opentelemetry-semantic-conventions = { version = "0.9", optional = true }
22-
opentelemetry-otlp = { version = "0.10", optional = true }
22+
opentelemetry-otlp = { version = "0.10", optional = true, features = [
23+
"http-proto",
24+
] }
2325
tower-http = { version = "0.3", features = ["trace"] }
2426
tracing = "0.1"
2527
tracing-opentelemetry = "0.17"

0 commit comments

Comments
 (0)