Documentation ¶ Index ¶ Variables func AddRoutes(e *echo.Echo) error type Expvar func (p Expvar) Routes(e *echo.Echo) error type Pprof func (p Pprof) Routes(e *echo.Echo) error Constants ¶ This section is empty. Variables ¶ View Source var ( Config = &monitorsConfig{ done: make(chan struct{}), } DefaultMonitors = []string{ "pprof", "expvar", "gops", "memory", } ) Functions ¶ func AddRoutes ¶ func AddRoutes(e *echo.Echo) error Types ¶ type Expvar ¶ type Expvar struct{} func (Expvar) Routes ¶ func (p Expvar) Routes(e *echo.Echo) error type Pprof ¶ type Pprof struct{} func (Pprof) Routes ¶ func (p Pprof) Routes(e *echo.Echo) error Source Files ¶ View all Source files config.goecho.goexprvar.gogops.gohealth.goinit.goleak.gomemstats.gomemstats_template.goperf.gopprof.gopprof_local.gopprof_server.gostackimpact.gotracing.goutils.go Click to show internal directories. Click to hide internal directories.