Cargo Features

[dependencies]
opentelemetry-datadog = { version = "0.14.0", default-features = false, features = ["agent-sampling", "reqwest-blocking-client", "reqwest-client", "surf-client", "intern-ahash", "intern-std"] }
default = intern-ahash

The intern-ahash feature is set by default whenever opentelemetry-datadog is added without default-features = false somewhere in the dependency tree.

agent-sampling
reqwest-blocking-client

Enables reqwest of opentelemetry-http, blocking of reqwest

reqwest-client = reqwest

Enables reqwest of opentelemetry-http

surf-client

Enables surf

intern-ahash default = ahash
intern-std

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?
ahash intern-ahash