trace

package
v1.52.1 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2022 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// JaegerOpenTracingModule for fx.
	// nolint:gochecknoglobals
	JaegerOpenTracingModule = fx.Options(
		fx.Provide(opentracing.NewJaegerDatabaseTracer),
		fx.Provide(opentracing.NewJaegerCacheTracer),
		fx.Provide(opentracing.NewJaegerTransportTracer),
	)

	// DataDogOpenTracingModule for fx.
	// nolint:gochecknoglobals
	DataDogOpenTracingModule = fx.Options(
		fx.Provide(opentracing.NewDataDogDatabaseTracer),
		fx.Provide(opentracing.NewDataDogCacheTracer),
		fx.Provide(opentracing.NewDataDogTransportTracer),
	)
)

Functions

This section is empty.

Types

type Config

type Config struct {
	Opentracing opentracing.Config `yaml:"opentracing"`
}

Config for trace.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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