otelsql

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: 9 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, db *sql.DB, connector driver.Connector) (d *sql.DB, err error)

Register registers a new otel plugin on sql DB.

Types

type OTel

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

OTel represents otel plugin for go driver for oracle.

func NewOTel

func NewOTel() *OTel

NewOTel returns a new otel plugin.

func NewOTelWithConfigPath

func NewOTelWithConfigPath(path string) (*OTel, error)

NewOTelWithConfigPath returns a new otel with options from config path.

func NewOTelWithOptions

func NewOTelWithOptions(options *Options) *OTel

NewOTelWithOptions returns a new otel with options.

func (*OTel) Register

func (i *OTel) Register(ctx context.Context, db *sql.DB, connector driver.Connector) (d *sql.DB, err error)

Register registers this otel plugin on sql DB.

type Options

type Options struct {
	Enabled bool
}

Options represents datadog plugin for go driver for oracle 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 options based a given key path.

Jump to

Keyboard shortcuts

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