[][src]Type Definition metrics::MetricName

type MetricName = Cow<'static, str>;

Optimized metric name.

This can either be a &'static str or String.