jaeger

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jaeger

type Jaeger struct {
	Exporter    *jaeger.Exporter
	Sampler     *jaegerremote.Sampler
	Propagation propagators.Jaeger
}

func NewJaeger

func NewJaeger(config *JaegerConfig) (*Jaeger, error)

type JaegerConfig

type JaegerConfig struct {
	Host                    string  `json:"host"`
	Port                    string  `json:"port"`
	SamplingServerURL       string  `json:"samplingServerURL"`
	SamplingRefreshInterval int     `json:"samplingRefreshInterval"`
	SamplerProportion       float64 `json:"samplerProportion"`
}

Jump to

Keyboard shortcuts

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