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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClientRegister

func ClientRegister(ctx context.Context, client *redis.Client) error

ClientRegister registers a new newrelic client on redis client.

func ConfigAdd

func ConfigAdd(path string)

Types

type ClientNewrelic

type ClientNewrelic struct {
	// contains filtered or unexported fields
}

ClientNewrelic represents a newrelic client for redis.

func NewClientNewrelicWithConfigPath

func NewClientNewrelicWithConfigPath(path string) (*ClientNewrelic, error)

NewClientNewrelicWithConfigPath returns a newrelic client with options from config path.

func NewClientNewrelicWithOptions

func NewClientNewrelicWithOptions(options *Options) *ClientNewrelic

NewClientNewrelicWithOptions returns a newrelic client with options.

func (*ClientNewrelic) Register

func (d *ClientNewrelic) Register(ctx context.Context, client *redis.Client) error

Register registers this newrelic client on redis client.

type Options

type Options struct {
	Enabled bool
}

Options represents a newrelic client for redis 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