datadog

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context, client *resty.Client) error

Register registers Datadog integration with resty. It is shorthand for NewDatadog().Register(ctx, client).

Types

type Datadog

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

Datadog represents Datadog integration with resty.

func NewDatadog

func NewDatadog(traceOptions ...ddtrace.StartSpanOption) *Datadog

NewDatadog returns a new DataDog with default options.

func NewDatadogWithConfigPath

func NewDatadogWithConfigPath(path string, spanOptions ...ddtrace.StartSpanOption) (*Datadog, error)

NewDatadogWithConfigPath returns a new Datadog with options from config path.

func NewDatadogWithOptions

func NewDatadogWithOptions(options *Options) *Datadog

NewDatadog returns a new DataDog with default options.

func (*Datadog) Register

func (d *Datadog) Register(ctx context.Context, client *resty.Client) error

Register registers Datadog integration with resty.

type Options

type Options struct {
	Enabled       bool
	OperationName string
	SpanOptions   []ddtrace.StartSpanOption
}

Options represents datadog client for resty options.

func NewOptions

func NewOptions(spanOptions ...ddtrace.StartSpanOption) (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string, spanOptions ...ddtrace.StartSpanOption) (opts *Options, err error)

NewOptionsWithPath unmarshals options based a given key path.

Jump to

Keyboard shortcuts

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