Struct openmetrics_parser::MetricsExposition [−][src]
pub struct MetricsExposition<TypeSet, ValueType> {
pub families: HashMap<String, MetricFamily<TypeSet, ValueType>>,
}
Expand description
Exposition is the top level object of the parser. It’s a collection of metric families, indexed by name
Fields
families: HashMap<String, MetricFamily<TypeSet, ValueType>>