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 // Set the sampling server url
SamplingType string // Set the sampling type
SamplingParam float64 // Set the sampling parameter
LocalAgentHostPort string // Set jaeger-agent's host:port that the reporter will used
Gen128Bit bool // Generate 128 bit span IDs
Propagation string // Which propagation format to use (jaeger/b3)
TraceContextHeaderName string // Set the header to use for the trace-id
CollectorEndpoint string // Instructs reporter to send spans to jaeger-collector at this URL
CollectorUser string // CollectorUser for basic http authentication when sending spans to jaeger-collector
CollectorPassword string // CollectorPassword for basic http authentication when sending spans to jaeger-collector
}
Config provides configuration settings for a jaeger tracer.
Click to show internal directories.
Click to hide internal directories.