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 wheneveropentelemetry-datadog
is added without
somewhere in the dependency tree.default-features = false - 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.