wsprism_gateway/obs/
mod.rs

1//! Lightweight in-process metrics (dependency-free).
2//!
3//! Sprint 4 goal: expose minimal Prometheus-compatible metrics without adding
4//! external crates. Metrics are stored as atomics and rendered by the `/metrics`
5//! handler.
6
7pub mod metrics;