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"` 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.