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 mongo.
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
}
Options newrelic plugin for mongo 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.