Trait prometheus_client::metrics::TypedMetric
source · pub trait TypedMetric {
const TYPE: MetricType = MetricType::Unknown;
}
Expand description
A metric that is aware of its Open Metrics metric type.
Provided Associated Constants§
sourceconst TYPE: MetricType = MetricType::Unknown
const TYPE: MetricType = MetricType::Unknown
The OpenMetrics metric type.