Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct { // Buckets specifies an custom buckets to be used in request histograpm. Buckets []float64 }
Opts specifies options how to create new PrometheusMiddleware.
type PrometheusMiddleware ¶
type PrometheusMiddleware struct {
// contains filtered or unexported fields
}
PrometheusMiddleware specifies the metrics that is going to be generated
func NewPrometheusMiddleware ¶
func NewPrometheusMiddleware(opts Opts) *PrometheusMiddleware
NewPrometheusMiddleware creates a new PrometheusMiddleware instance
func (*PrometheusMiddleware) InstrumentHandlerDuration ¶
func (p *PrometheusMiddleware) InstrumentHandlerDuration(next http.Handler) http.Handler
InstrumentHandlerDuration is a middleware that wraps the http.Handler and it record how long the handler took to run, which path was called, and the status code. This method is going to be used with gorilla/mux.
Click to show internal directories.
Click to hide internal directories.