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