Skip to content

Commit

Permalink
the tls feature should require otlp-tonic
Browse files Browse the repository at this point in the history
it cannot compile without it
  • Loading branch information
Geal committed Nov 19, 2021
1 parent 6b01db4 commit 5d79e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ otlp-tonic = [
]
# activates OTLP/HTTP
otlp-http = ["opentelemetry-otlp/http-proto"]
tls = ["opentelemetry-otlp/tls", "tonic/transport", "tonic/tls"]
tls = ["opentelemetry-otlp/tls", "tonic/transport", "tonic/tls", "otlp-tonic"]

[dependencies]
anyhow = "1.0.47"
Expand Down

0 comments on commit 5d79e66

Please sign in to comment.