pub type PrometheusSample = Sample<PrometheusValue>;Aliased Type§
pub struct PrometheusSample {
pub timestamp: Option<f64>,
pub value: PrometheusValue,
/* private fields */
}Fields§
§timestamp: Option<f64>§value: PrometheusValuepub type PrometheusSample = Sample<PrometheusValue>;pub struct PrometheusSample {
pub timestamp: Option<f64>,
pub value: PrometheusValue,
/* private fields */
}timestamp: Option<f64>§value: PrometheusValue