Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "jaeger"
Name sets the name of this tracer
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SamplingServerURL string `description:"Set the sampling server url." export:"false"` SamplingType string `description:"Set the sampling type." export:"true"` SamplingParam float64 `description:"Set the sampling parameter." export:"true"` LocalAgentHostPort string `description:"Set jaeger-agent's host:port that the reporter will used." export:"false"` Gen128Bit bool `description:"Generate 128 bit span IDs." export:"true"` Propagation string `description:"Which propgation format to use (jaeger/b3)." export:"true"` TraceContextHeaderName string `description:"Set the header to use for the trace-id." export:"true"` }
Config provides configuration settings for a jaeger tracer
Click to show internal directories.
Click to hide internal directories.