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 Collector ¶
type Collector struct {
Endpoint string `` /* 171-byte string literal not displayed */
User string `` /* 154-byte string literal not displayed */
Password string `` /* 170-byte string literal not displayed */
}
Collector provides configuration settings for jaeger collector.
func (*Collector) SetDefaults ¶
func (c *Collector) SetDefaults()
SetDefaults sets the default values.
type Config ¶
type Config struct {
SamplingServerURL string `` /* 147-byte string literal not displayed */
SamplingType string `` /* 140-byte string literal not displayed */
SamplingParam float64 `` /* 148-byte string literal not displayed */
LocalAgentHostPort string `` /* 179-byte string literal not displayed */
Gen128Bit bool `` /* 135-byte string literal not displayed */
Propagation string `` /* 159-byte string literal not displayed */
TraceContextHeaderName string `` /* 187-byte string literal not displayed */
Collector *Collector `` /* 141-byte string literal not displayed */
}
Config provides configuration settings for a jaeger tracer.
Click to show internal directories.
Click to hide internal directories.