Cargo Features
[dependencies]
opentelemetry-datadog = { version = "0.19.0", default-features = false, features = ["agent-sampling", "reqwest-blocking-client", "reqwest-client", "surf-client", "intern-ahash", "intern-std"] }
- default = intern-ahash
-
The
intern-ahashfeature is set by default wheneveropentelemetry-datadogis added withoutsomewhere in the dependency tree.default-features = false - agent-sampling
- reqwest-blocking-client
-
Enables reqwest-blocking of opentelemetry-http, blocking of reqwest ^0.12
- 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.