Versions in this module Expand all Collapse all v1 v1.0.1 Apr 1, 2022 v1.0.0 Mar 31, 2022 Changes in this version + func Instrument(r *mux.Router, o ...Option) + func Middleware(o ...Option) mux.MiddlewareFunc + func WrapMethodNotAllowedHandler(h http.Handler, m mux.MiddlewareFunc) http.Handler + func WrapNotFoundHandler(h http.Handler, m mux.MiddlewareFunc) http.Handler + type Option func(*options) + func WithPanicPropagation() Option + func WithRequestIgnorer(r athttp.RequestIgnorerFunc) Option + func WithTracer(t *atatus.Tracer) Option