Cargo Features

xain-fl has no features set by default.

[dependencies]
xain-fl = { version = "0.8.0", features = ["all", "telemetry", "influx_metrics"] }
all = influx_metrics, telemetry
telemetry all? = opentelemetry, opentelemetry-jaeger, tracing-opentelemetry
influx_metrics all? = chrono, influxdb

Affects common::metric_store

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.

influxdb influx_metrics?

Enables influxdb ^0.1.0

chrono influx_metrics?
opentelemetry telemetry?

Enables opentelemetry ^0.2.0

tracing-opentelemetry telemetry?

Enables tracing-opentelemetry ^0.2.0

opentelemetry-jaeger telemetry?

Enables opentelemetry-jaeger ^0.1.0