Trait glean_core::metrics::MetricIdentifier
source · pub trait MetricIdentifier<'a> {
// Required method
fn get_identifiers(&'a self) -> (&'a str, &'a str, Option<&'a str>);
}
Expand description
A MetricIdentifier
describes an interface for retrieving an
identifier (category, name, label) for a metric