Versions in this module Expand all Collapse all v0 v0.1.1 May 26, 2026 v0.1.0 May 25, 2026 Changes in this version + type Counters struct + func New() *Counters + func (c *Counters) Inc(tenant string, statusCode int) + func (c *Counters) Snapshot() map[string]int64 + type StatusRecorder struct + Status int + func (r *StatusRecorder) WriteHeader(code int)