Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultBodyLimitConfig is the default Gzip middleware config. DefaultProfilerConfig = ProfilerConfig{ Skipper: defaultSkipper, Address: ":8125", Service: "default", } )
Functions ¶
func Profiler ¶
func Profiler() echo.MiddlewareFunc
func ProfilerWithConfig ¶
func ProfilerWithConfig(config ProfilerConfig) echo.MiddlewareFunc
Types ¶
type ProfilerConfig ¶
type ProfilerConfig struct {
// Skipper defines a function to skip middleware.
Skipper middleware.Skipper
Address string
Service string
}
Click to show internal directories.
Click to hide internal directories.