Trait glean::private::AllowLabeled
source · pub trait AllowLabeled: MetricType {
fn new_labeled(meta: CommonMetricData) -> Self;
}
Expand description
Trait for metrics that can be nested inside a labeled metric.
Required Methods§
sourcefn new_labeled(meta: CommonMetricData) -> Self
fn new_labeled(meta: CommonMetricData) -> Self
Create a new labeled metric.