Expand description
Prometheus metrics registry for daemon observability surfaces.
This module defines the daemon-local Prometheus registry, registers the
required metric families for Phase 6, and provides a text-encoding export
helper for the HTTP /metrics route.
Structs§
- Encoded
Metrics - HTTP-ready encoded metrics payload.
- Metrics
Registry - Daemon-scoped metrics registry and collector handles.
- Registered
Metrics - Registered collector handles for future metric update wiring.
Enums§
- Metrics
Registry Error - Typed metrics registry errors.
Constants§
- ATTEMPT_
RESULT_ LABEL_ VALUES - Bounded attempt-result label values for
actionqueue_attempts_total{result=...}. - RUN_
STATE_ LABEL_ VALUES - Bounded run-state label values for
actionqueue_runs_total{state=...}.