pub(crate) static LISTENER_NAMES: LazyLock<Mutex<BTreeSet<&'static str>>>
The &'static str listener names handed to the metrics layers, kept so that a process which serves repeatedly reuses one allocation per name.
&'static str