Versions in this module Expand all Collapse all v0 v0.0.1 Feb 13, 2021 Changes in this version + type Prometheus struct + MetricPath string + Namespace string + Subsystem string + func NewPrometheus(namespace string, subsystem string) *Prometheus + func (m *Prometheus) HandlerPrometheus() fiber.Handler + func (m *Prometheus) Register(app *fiber.App) + func (m *Prometheus) SetupPath(app *fiber.App)