Cargo Features
ts_opentelemetry_stdout has no features set by default.
[dependencies]
ts_opentelemetry_stdout = { version = "0.1.0-beta.1", features = ["trace", "metrics", "logs"] }
- trace = futures-util
-
Enables trace of ts_opentelemetry_api and ts_opentelemetry_sdk
- metrics = async-trait
-
Enables metrics of ts_opentelemetry_api and ts_opentelemetry_sdk
- logs = async-trait, thiserror
-
Enables logs of ts_opentelemetry_api and ts_opentelemetry_sdk
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.
- async-trait logs? metrics?
- thiserror logs?
-
Enables thiserror ^1
- futures-util trace?