profiler

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

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

Go to latest
Published: Nov 15, 2023 License: MIT Imports: 2 Imported by: 45

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ServiceName  string
	EnvName      string
	ProfileTypes []ProfileType
	ExporterType
}

func (*Config) Start

func (c *Config) Start() error

func (*Config) Stop

func (c *Config) Stop()

type ExporterType

type ExporterType int
const (
	ExporterTypeUndefined ExporterType = iota
	ExporterTypeNOP
	ExporterTypeDatadog
)

func ConvertExporterTypeFrom

func ConvertExporterTypeFrom(typeString string) (ExporterType, error)

type ProfileType

type ProfileType int
const (
	ProfileTypeUndefined ProfileType = iota
	ProfileTypeCPUProfile
	ProfileTypeHeapProfile
	ProfileTypeBlockProfile
	ProfileTypeMutexProfile
	ProfileTypeGoroutineProfile
)

func ConvertProfileTypeFrom

func ConvertProfileTypeFrom(typeStrings []string) ([]ProfileType, error)

Jump to

Keyboard shortcuts

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