pub type MetricKey = (&'static str, &'static str);
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.