Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSkipper = func(c *fiber.Ctx) bool {
return c.Path() == "/metrics" || c.Path() == "/healthz" || c.Path() == "/readyz"
}
Functions ¶
func NewForApp ¶
func NewForApp(app *fiber.App, reg prometheus.Registerer, skipper Skipper)
func NewMiddleware ¶
func NewMiddleware(reg prometheus.Registerer, skipper Skipper) fiber.Handler
Types ¶
type StatusCoder ¶
type StatusCoder interface {
Code() int
}
StatusCoder is an interface that allows us to extract a status code from an error.
Click to show internal directories.
Click to hide internal directories.