pub type OpenMetricsMetricFamily = MetricFamily<OpenMetricsType, OpenMetricsValue>;

Aliased Type§

struct OpenMetricsMetricFamily {
    pub family_name: String,
    pub family_type: OpenMetricsType,
    pub help: String,
    pub unit: String,
    /* private fields */
}

Fields§

§family_name: String§family_type: OpenMetricsType§help: String§unit: String