Cargo Features
[dependencies]
dora-runtime = { version = "0.3.7", default-features = false, features = ["tracing", "telemetry", "metrics", "python"] }
- default = metrics, tracing
-
These default features are set whenever
dora-runtime
is added without
somewhere in the dependency tree.default-features = false - tracing default telemetry? = dora-tracing
- telemetry = tracing, tracing-opentelemetry
- metrics default = dora-metrics
- python = dora-operator-api-python, pyo3, pythonize
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.
- dora-operator-api-python python?
- dora-tracing tracing
- dora-metrics metrics
- pyo3 python?
-
Enables pyo3 ^0.22.2
pyo3-abi3 flag allow simpler linking. See: https://pyo3.rs/v0.13.2/building_and_distribution.html
- tracing-opentelemetry telemetry?
-
Enables tracing-opentelemetry ^0.18.0
- pythonize python?
-
Enables pythonize ^0.22