fn emitted_semantic_tables(
metric_type: &MetricType,
is_legacy: bool,
base: &str,
) -> Vec<(String, &'static str)>Expand description
The tables a metric emits and their per-table metric.type. Histogram fans
out into _bucket (the histogram) plus _sum/_count counters; summary
fans out into the quantile table plus _count/_sum counters (legacy
summary stays a single table).