package
0.13.0
Repository: https://github.com/slok/go-http-metrics.git
Documentation: pkg.go.dev

# Packages

Package echo is a helper package to get an echo compatible middleware.
Package fasthttp is a helper package to get a fasthttp compatible middleware.
Package gin is a helper package to get a gin compatible middleware.
Package goji is a helper package to get a goji compatible middleware.
Package gorestful is a helper package to get a gorestful compatible middleware.
Package httprouter is a helper package to get a httprouter compatible middleware.
Package iris is a helper package to get an Iris compatible middleware.
Package negroni is a helper package to get a negroni compatible middleware.
Package std is a helper package to get a standard `http.Handler` compatible middleware.

# Functions

New returns the a Middleware service.

# Structs

Config is the configuration for the middleware factory.
Middleware is a service that knows how to measure an HTTP handler by wrapping another handler.

# Interfaces

Reporter knows how to report the data to the Middleware so it can measure the different framework/libraries.