Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Newrelic ¶
type Newrelic struct {
// contains filtered or unexported fields
}
Newrelic represents newrelic plugin for echo server.
func NewNewrelic ¶
func NewNewrelic() *Newrelic
NewNewrelic returns a new newrelic plugin with default options.
func NewNewrelicWithConfigPath ¶
NewNewrelicWithConfigPath returns a new newrelic plugin with options from config path.
func NewNewrelicWithOptions ¶
NewNewrelicWithOptions returns a new newrelic plugin with options.
type Options ¶
type Options struct { Enabled bool Middlewares struct { RequestID struct { Enabled bool } `config:"requestId"` } }
Options newrelic plugin for echo server options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals a given key path into options and returns it.
Click to show internal directories.
Click to hide internal directories.