Documentation ¶
Index ¶
Constants ¶
View Source
const (
AppName = "trace"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config 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 }
type TRACE_PROVIDER ¶
type TRACE_PROVIDER string
const (
TRACE_PROVIDER_JAEGER TRACE_PROVIDER = "jaeger"
)
Click to show internal directories.
Click to hide internal directories.