Versions in this module Expand all Collapse all v0 v0.10.5 Feb 27, 2023 Changes in this version + type Config struct + DisableMeasureInflight bool + DisableMeasureSize bool + GroupedStatus bool + Recorder metrics.Recorder + Service string + type Middleware struct + func New(cfg Config) Middleware + func (m Middleware) Measure(handlerID string, reporter Reporter, next func()) + type Reporter interface + BytesWritten func() int64 + Context func() context.Context + Method func() string + StatusCode func() int + URLPath func() string