Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // JaegerOpenTracingModule for fx. // nolint:gochecknoglobals JaegerOpenTracingModule = fx.Options( fx.Provide(opentracing.NewJaegerServiceTracer), fx.Provide(opentracing.NewJaegerDatabaseTracer), fx.Provide(opentracing.NewJaegerCacheTracer), fx.Provide(opentracing.NewJaegerTransportTracer), ) // DataDogOpenTracingModule for fx. // nolint:gochecknoglobals DataDogOpenTracingModule = fx.Options( fx.Provide(opentracing.NewDataDogServiceTracer), 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.
Click to show internal directories.
Click to hide internal directories.