profiler

package module
v0.0.0-...-daacea7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2019 License: GPL-3.0 Imports: 6 Imported by: 0

README

go-statsd

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
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL