Crate serde_prometheus_labels

Crate serde_prometheus_labels 

Source

Structs§

Error
A serialization error.
Family
A wrapper around prometheus_client::metrics::family::Family which encodes its labels with Serialize instead of Encode.

Functions§

serializer
A serializer for Prometheus labels.
to_string
Serializes value into a String.
to_vec
Serializes value into a Vec<u8>.
to_writer
Serializes value into writer.