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 }
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)
Click to show internal directories.
Click to hide internal directories.