Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FasthttpHandlerFunc ¶
type FasthttpHandlerFunc func(*fasthttp.RequestCtx)
type Prometheus ¶
type Prometheus struct { MetricsPath string // contains filtered or unexported fields }
func NewPrometheus ¶
func NewPrometheus(subsystem string) *Prometheus
func (*Prometheus) WrapHandler ¶
func (p *Prometheus) WrapHandler(r *router.Router) fasthttp.RequestHandler
Click to show internal directories.
Click to hide internal directories.