Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Logger ¶
func Logger() fiber.Handler
Logger returns a middleware handler to log incoming requests on the debug log channel.
func NewMetrics ¶
func NewMetrics(opts ...MetricsOptions) fiber.Handler
Types ¶
type MetricsOptions ¶
type MetricsOptions struct {
IgnorePatterns []string
}
Click to show internal directories.
Click to hide internal directories.