Replies: 1 comment 1 reply
-
opentelemetry-http defines a trait to abstract difference between HTTP client implementations. To help users we also provided implementation for popular http client options. Thus, the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now this is only way I can compile opentelemetry-http:
This means I need to add reqwest = "0.11" as a dependency to my project and I am not sure why we have opentelemetry-http = { version = "0.10", features = ["reqwest"] }. Is there a way to use request as a feature of opentelemetry-http?
Beta Was this translation helpful? Give feedback.
All reactions