Structs§
- Method
Counters - Per-HTTP-method request counters.
- Metrics
- Lightweight, lock-free request metrics.
Functions§
- set_
current_ request - Stash the in-flight request URL + start time so the next
record_requestcall on this thread can emit a complete access log line. PassNonefor paths we want to skip in the log (currently /health + /metrics — they’re called by liveness probes and Prometheus scrapers and would drown out real traffic).