Documentation ¶
Index ¶
Constants ¶
View Source
const ( JaegerType = "jaeger" OtelType = "otel" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
func (*Config) RegisterFlags ¶
RegisterFlags registers flag.
type Otel ¶
type Otel struct { OtlpEndpoint string `yaml:"otlp_endpoint" json:"otlp_endpoint"` ExporterType string `yaml:"exporter_type" json:"exporter_type"` SampleRatio float64 `yaml:"sample_ratio" json:"sample_ratio"` RoundRobin bool `yaml:"round_robin" json:"round_robin"` TLSEnabled bool `yaml:"tls_enabled"` TLS tls.ClientConfig `yaml:"tls"` ExtraDetectors []resource.Detector `yaml:"-"` }
Click to show internal directories.
Click to hide internal directories.