Skip to main content

Module metrics

Module metrics 

Source
Expand description

Simple Prometheus-text metrics for fbi-proxy.

Tiny counter set, no external prom_client dep — fmt::Write is enough. The counters are atomic so they can be incremented from any request task without locks; the renderer reads them with Ordering:: Relaxed (monotonic counters, dirty reads are fine).

Structs§

Metrics