Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2022 Changes in this version + func WithDefaultLatencyHistogram() option + func WithDefaultRequestCounter() option + func WithLatencyHistogram(name string, buckets []float64) option + func WithNamespace(namespace string) option + func WithRequestCounter(name string) option + func WithSkipFunc(skipFunc SkipFunc) option + func WithSubsystem(name string) option + type Middleware func(next http.Handler) http.Handler + func Default() Middleware + func New(options ...option) Middleware + type SkipFunc func(r *http.Request) bool