Skip to main content

REGISTRY

Static REGISTRY 

Source
static REGISTRY: OnceLock<Arc<Registry>>
Expand description

Global handoff for the prometheus Registry populated by HotShot.

The API setup builds the Registry after init and can’t reach the telemetry wiring, so it deposits a clone here for the run path to read back. Single writer, single reader, ordered by node startup. Tests pass the registry directly into init instead.