jaeger

package
v0.0.0-...-6647630 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ENV
	JAEGER_SERVICE_NAME    = utils.Getenv("JAEGER_SERVICE_NAME", "go-logger")
	JAEGER_AGENT_HOST_PORT = utils.Getenv("JAEGER_AGENT_HOST_PORT", "localhost:6831")
	JAEGER_RPC_METRICS     = utils.Getenv("JAEGER_RPC_METRICS", "true")
)

Functions

func Add

func Add(ctx context.Context)

func Listen

func Listen() (opentracing.Tracer, io.Closer)

Listen returns an instance of Jaeger Tracer that samples 100% of traces and logs all spans to stdout.

Types

type Event

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

Jump to

Keyboard shortcuts

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