Trait open_metrics_client::metrics::TypedMetric [−][src]
pub trait TypedMetric {
const TYPE: MetricType;
}Expand description
A metric that is aware of its Open Metrics metric type.
pub trait TypedMetric {
const TYPE: MetricType;
}A metric that is aware of its Open Metrics metric type.