pub type PrometheusMetricFamily = MetricFamily<PrometheusType, PrometheusValue>;Aliased Type§
pub struct PrometheusMetricFamily {
pub family_name: String,
pub family_type: PrometheusType,
pub help: String,
pub unit: String,
/* private fields */
}Fields§
§family_name: String§family_type: PrometheusType§help: String§unit: String