client

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTracer

func NewTracer(ctx context.Context, logger log.Logger, metrics *prometheus.Registry, confContentYaml []byte) (opentracing.Tracer, io.Closer, error)

func NoopTracer

func NoopTracer() opentracing.Tracer

Types

type TracingConfig

type TracingConfig struct {
	Type   TracingProvider `yaml:"type"`
	Config interface{}     `yaml:"config"`
}

type TracingProvider

type TracingProvider string
const (
	Stackdriver TracingProvider = "STACKDRIVER"
	GoogleCloud TracingProvider = "GOOGLE_CLOUD"
	Jaeger      TracingProvider = "JAEGER"
	ElasticAPM  TracingProvider = "ELASTIC_APM"
	Lightstep   TracingProvider = "LIGHTSTEP"
)

Jump to

Keyboard shortcuts

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