pub type Histogram<const N: usize> = Metric<HistogramState<N>>;
struct Histogram<const N: usize> { /* private fields */ }