opentracing

package
v1.1.0-beta.16 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2022 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, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)

Register registers a new opentracing plugin for fiber.

Types

type Opentracing

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

Opentracing represents a new opentracing plugin for fiber.

func NewOpentracingWithConfigPath

func NewOpentracingWithConfigPath(path string) (*Opentracing, error)

NewOpentracingWithConfigPath returns a new opentracing plugin with options from config path.

func NewOpentracingWithOptions

func NewOpentracingWithOptions(options *Options) *Opentracing

NewOpentracingWithOptions returns a new opentracing plugin with options.

func (*Opentracing) Register

func (d *Opentracing) Register(ctx context.Context, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)

Register registers this opentracing plugin for fiber.

type Options

type Options struct {
	Enabled bool
}

Options opentracing plugin for fiber 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