pub static LABELS: LazyLock<HashSet<&'static str>>Expand description
Snapshot of every registered MetricLabel, built on first access. inventory populates
all submissions before main, so the snapshot is guaranteed to capture every entry — the
hot path is then a single set lookup against this static.