jaeger

package
v2.2.11 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "jaeger"

Name sets the name of this tracer.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector struct {
	Endpoint string `` /* 171-byte string literal not displayed */
	User     string `` /* 154-byte string literal not displayed */
	Password string `` /* 170-byte string literal not displayed */
}

Collector provides configuration settings for jaeger collector.

func (*Collector) SetDefaults

func (c *Collector) SetDefaults()

SetDefaults sets the default values.

type Config

type Config struct {
	SamplingServerURL      string     `` /* 147-byte string literal not displayed */
	SamplingType           string     `` /* 140-byte string literal not displayed */
	SamplingParam          float64    `` /* 148-byte string literal not displayed */
	LocalAgentHostPort     string     `` /* 179-byte string literal not displayed */
	Gen128Bit              bool       `` /* 135-byte string literal not displayed */
	Propagation            string     `` /* 159-byte string literal not displayed */
	TraceContextHeaderName string     `` /* 187-byte string literal not displayed */
	Collector              *Collector `` /* 141-byte string literal not displayed */
}

Config provides configuration settings for a jaeger tracer.

func (*Config) SetDefaults

func (c *Config) SetDefaults()

SetDefaults sets the default values.

func (*Config) Setup

func (c *Config) Setup(componentName string) (opentracing.Tracer, io.Closer, error)

Setup sets up the tracer.

Jump to

Keyboard shortcuts

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