Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware struct { Namespace string Subsystem string MetricPath string // contains filtered or unexported fields }
func NewMiddleware ¶
func NewMiddleware(namespace string, subsystem string, metricPath string) *Middleware
func (*Middleware) PrometheusHandler ¶
func (m *Middleware) PrometheusHandler() fiber.Handler
func (*Middleware) Register ¶
func (m *Middleware) Register(app *fiber.App)
func (*Middleware) SetupPath ¶
func (m *Middleware) SetupPath(app *fiber.App)
Click to show internal directories.
Click to hide internal directories.