Type Alias MetricName

pub type MetricName = Arc<String>;
Expand description

Type used to store metric names efficiently.

Aliased Typeยง

pub struct MetricName { /* private fields */ }