metrics

package
v0.17.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

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 Skipper

type Skipper func(c *fiber.Ctx) bool

type StatusCoder

type StatusCoder interface {
	Code() int
}

StatusCoder is an interface that allows us to extract a status code from an error.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL