Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { ServiceName string EnableRPCMetrics bool SamplerType string SamplerParam float64 AgentAddr string ReporterLogSpans bool ReporterBufferFlushInterval time.Duration TraceBaggageHeaderPrefix string TraceContextHeaderName string MaxTagValueLength int }
Config
type JaegerConfig ¶
type JaegerConfig struct { ServiceName string Sampler *jconfig.SamplerConfig Reporter *jconfig.ReporterConfig EnableRPCMetrics bool // contains filtered or unexported fields }
JaegerConfig
func (*JaegerConfig) WithOption ¶
func (jc *JaegerConfig) WithOption(options ...jconfig.Option) *JaegerConfig
WithOption apply jaeger option
Click to show internal directories.
Click to hide internal directories.