Cargo Features

opentelemetry-datadog has no features set by default.

[dependencies]
opentelemetry-datadog = { version = "0.10.0", features = ["reqwest-blocking-client", "reqwest-client", "surf"] }
reqwest-blocking-client

Enables reqwest of opentelemetry-http, blocking of reqwest ^0.11

reqwest-client = reqwest

Enables reqwest of opentelemetry-http

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

reqwest reqwest-blocking-client? reqwest-client?

Enables reqwest ^0.11

surf implicit feature

Enables surf

surf:

Surf the web - HTTP client framework