Documentation ¶
Index ¶
- func NewExporter(conf *Config, opts ...Option) (*otlptrace.Exporter, error)
- func NewGRPCExporter(conf *Config) (*otlptrace.Exporter, error)
- func NewHTTPExporter(conf *Config) (*otlptrace.Exporter, error)
- func NewJaegerExporter(conf *Config, opts ...Option) (*otlptrace.Exporter, error)
- type Config
- type Kind
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExporter ¶
NewExporter jaeger.Exporter
func NewGRPCExporter ¶ added in v0.2.36
func NewHTTPExporter ¶ added in v0.2.36
Types ¶
type Config ¶
type Config struct { Kind Kind Addr string IsInsecure bool Timeout *durationpb.Duration WithHttpBasicAuth bool Username string Password string }
Config jaeger config
Click to show internal directories.
Click to hide internal directories.