Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TRACE_PROVIDER ¶
type TRACE_PROVIDER string
const (
TRACE_PROVIDER_JAEGER TRACE_PROVIDER = "jaeger"
)
type Tracer ¶
type Tracer struct {
Provider TRACE_PROVIDER `toml:"provider" json:"provider" yaml:"provider" env:"TRACE_PROVIDER"`
Endpoint string `toml:"endpoint" json:"endpoint" yaml:"endpoint" env:"TRACE_PROVIDER_ENDPOINT"`
Enabled bool `toml:"enabled" json:"enabled" yaml:"enabled" env:"TRACE_ENABLED"`
ioc.ObjectImpl
}
Click to show internal directories.
Click to hide internal directories.