Documentation ¶
Index ¶
Constants ¶
View Source
const (
AppName = "trace"
)
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 Trace ¶
type Trace struct { ioc.ObjectImpl Enable bool `json:"enable" yaml:"enable" toml:"enable" env:"TRACE_ENABLE"` Provider TRACE_PROVIDER `toml:"provider" json:"provider" yaml:"provider" env:"TRACE_PROVIDER"` Endpoint string `toml:"endpoint" json:"endpoint" yaml:"endpoint" env:"TRACE_ENDPOINT"` }
Click to show internal directories.
Click to hide internal directories.