pprof

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultPort is the default port for the pprof HTTP server.
	DefaultPort = 6060
)

Variables

This section is empty.

Functions

func ProvideProfilingProvider

func ProvideProfilingProvider(ctx context.Context, logger logging.Logger, cfg *Config) (profiling.Provider, error)

ProvideProfilingProvider creates a pprof-based profiling provider that exposes /debug/pprof endpoints on an HTTP server.

Types

type Config

type Config struct {
	Port               uint16 `env:"PORT"                 json:"port"`
	EnableMutexProfile bool   `env:"ENABLE_MUTEX_PROFILE" json:"enableMutexProfile"`
	EnableBlockProfile bool   `env:"ENABLE_BLOCK_PROFILE" json:"enableBlockProfile"`
}

Config holds pprof-specific profiling configuration.

func (*Config) ValidateWithContext

func (c *Config) ValidateWithContext(ctx context.Context) error

ValidateWithContext validates the config struct.

Jump to

Keyboard shortcuts

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