jaeger

package
v2.11.2 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 9 Imported by: 1

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 `` /* 157-byte string literal not displayed */
	User     string `` /* 171-byte string literal not displayed */
	Password string `` /* 187-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     `` /* 148-byte string literal not displayed */
	SamplingType               string     `` /* 141-byte string literal not displayed */
	SamplingParam              float64    `` /* 149-byte string literal not displayed */
	LocalAgentHostPort         string     `` /* 154-byte string literal not displayed */
	Gen128Bit                  bool       `` /* 137-byte string literal not displayed */
	Propagation                string     `` /* 155-byte string literal not displayed */
	TraceContextHeaderName     string     `` /* 196-byte string literal not displayed */
	Collector                  *Collector `` /* 143-byte string literal not displayed */
	DisableAttemptReconnecting bool       `` /* 259-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