func New(m serveMux, clk clock.Clock, stats prometheus.Registerer, opts ...otelhttp.Option) http.Handler
MeasuredHandler wraps an http.Handler and records prometheus stats
type MeasuredHandler struct {
// contains filtered or unexported fields
}
func (h *MeasuredHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)