pub type PrometheusSample = Sample<PrometheusValue>;

Aliased Type§

struct PrometheusSample {
    pub timestamp: Option<f64>,
    pub value: PrometheusValue,
    /* private fields */
}

Fields§

§timestamp: Option<f64>§value: PrometheusValue