Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FiberPrometheus ¶
type FiberPrometheus struct {
// contains filtered or unexported fields
}
func New ¶
func New(serviceName string) *FiberPrometheus
func NewWith ¶
func NewWith(serviceName, namespace, subsystem string) *FiberPrometheus
func NewWithLabels ¶
func NewWithLabels(labels map[string]string, namespace, subsystem string) *FiberPrometheus
func (*FiberPrometheus) Do ¶
func (ps *FiberPrometheus) Do() fiber.Handler
func (*FiberPrometheus) RegisterAt ¶
func (ps *FiberPrometheus) RegisterAt(app *fiber.App, url string)
Click to show internal directories.
Click to hide internal directories.