Cargo Features

[dependencies]
metriken-exposition = { version = "0.10.0", default-features = false, features = ["serde", "json", "msgpack", "parquet", "parquet-conversion"] }
default = parquet-conversion

The parquet-conversion feature is set by default whenever metriken-exposition is added without default-features = false somewhere in the dependency tree.

serde parquet-conversion

Enables serde, serde of chrono and histogram

json

Enables serde and serde_json

msgpack parquet-conversion

Enables rmp-serde and serde

parquet parquet-conversion

Enables arrow and parquet

parquet-conversion default = msgpack, parquet, serde

metriken-exposition has 6 features without comments.