Cargo Features

rust-telemetry has no features set by default.

[dependencies]
rust-telemetry = { version = "0.1.0", features = ["reqwest-middleware", "axum", "schemars", "serde_yaml"] }
reqwest-middleware

Enables opentelemetry-http ^0.27.0, reqwest, and reqwest-middleware

Affects rust-telemetry::reqwest_middleware

axum

Enables axum and tower-otel-http-metrics ^0.10.0

Affects rust-telemetry::axum

schemars

Enables schemars, schemars of famedly_rust_utils

Required by the gen-config-schema binary

Features from optional dependencies

serde_yaml implicit feature

Enables serde_yaml

serde_yaml:

YAML data format for Serde

Required by the gen-config-schema binary