Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string
GUID string
License string
ExcludeRuntime bool
ExcludeMemory bool
ExcludeGC bool
}
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig returns the default GoNR config (all components, default Name and GUID)
func (Config) WithLicense ¶
WithLicense applies an API license key to a config. Ex: DefaultConfig().WithLicense("abc123")
Click to show internal directories.
Click to hide internal directories.