torrust-metrics 0.1.0

Prometheus metrics integration library providing type-safe metric collection and aggregation.
Documentation
1
2
3
4
5
6
7
8
9
pub mod name;
mod pair;
mod set;
pub mod value;

pub type LabelName = name::LabelName;
pub type LabelValue = value::LabelValue;
pub type LabelPair = pair::LabelPair;
pub type LabelSet = set::LabelSet;