Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(c NewRelicConfig) (*newrelic.Application, error)
Types ¶
type NewRelicConfig ¶
type NewRelicConfig struct {
Enabled bool `mapstructure:"enabled" default:"false"`
AppName string `mapstructure:"appname" default:"siren"`
License string `mapstructure:"license"`
}
NewRelic contains the New Relic go-agent configuration
Click to show internal directories.
Click to hide internal directories.