pprof

package
v1.15.5 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)

Register registers a new pprof plugin for fiber.

Types

type Options

type Options struct {
	Enabled bool
}

Options pprof plugin for fiber options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

type PProf

type PProf struct {
	// contains filtered or unexported fields
}

PProf represents a new pprof plugin for fiber.

func NewPProfWithConfigPath

func NewPProfWithConfigPath(path string) (*PProf, error)

NewPProfWithConfigPath returns a new pprof plugin with options from config path.

func NewPProfWithOptions

func NewPProfWithOptions(options *Options) *PProf

NewPProfWithOptions returns a new pprof plugin with options.

func (*PProf) Register

func (d *PProf) Register(ctx context.Context, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)

Register registers this pprof plugin for fiber.

Jump to

Keyboard shortcuts

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