Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Console bool `yaml:"console" mapstructure:"console"`
Verbose bool `yaml:"verbose" mapstructure:"verbose"`
PProfPort int `yaml:"pprof-port" mapstructure:"pprof-port"`
Telemetry TelemetryOption `yaml:",inline" mapstructure:",squash"`
}
type TelemetryOption ¶
type TelemetryOption struct {
Jaeger string `yaml:"jaeger" mapstructure:"jaeger"`
ServiceName string `yaml:"service-name" mapstructure:"service-name"`
}
TelemetryOption is the option for telemetry
Click to show internal directories.
Click to hide internal directories.