Expand description
Actix Web observability endpoints for Aster services.
This crate owns route-level observability glue that is specific to Actix Web, such as the
Prometheus text exposition endpoint. Metrics recording traits and concrete backend state remain
in aster_forge_metrics; product route modules can call these helpers without carrying
backend-specific #[cfg] blocks.
Functionsยง
- configure_
prometheus_ route - Adds a Prometheus
/metricsendpoint to an Actix route scope when enabled.