newrelic

package
v1.15.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func NewMiddleware

func NewMiddleware() ants.Middleware

NewMiddleware returns a new newrelic middleware with default options.

func NewMiddlewareWithConfigPath

func NewMiddlewareWithConfigPath(path string) (ants.Middleware, error)

NewMiddlewareWithConfigPath returns a new newrelic middleware with options from config path.

func NewMiddlewareWithOptions

func NewMiddlewareWithOptions(options *Options) ants.Middleware

NewMiddlewareWithOptions returns a new newrelic middleware with options.

Types

type Options

type Options struct {
	Enabled bool
}

Options newrelic middleware for ants options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL