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