Skip to main content

MetricKey

Type Alias MetricKey 

Source
pub type MetricKey = (&'static str, &'static str);
Expand description

Identifies one observation: which reader produced it, and what it measures.

Static strings rather than an enum, so adding a metric touches only the sampler.