Documentation ¶
Overview ¶
Package jaeger provides a jaeger exporter.
Package jaeger provides a jaeger exporter.
Index ¶
- type Jaeger
- type JaegerOption
- func WithAgentEndpoint(aep string) JaegerOption
- func WithBufferMaxCount(cnt int) JaegerOption
- func WithCollectorEndpoint(cep string) JaegerOption
- func WithOnErrorFunc(f func(error)) JaegerOption
- func WithPassword(password string) JaegerOption
- func WithServiceName(serviceName string) JaegerOption
- func WithUsername(username string) JaegerOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JaegerOption ¶
type JaegerOption func(*jaegerOptions) error
func WithAgentEndpoint ¶
func WithAgentEndpoint(aep string) JaegerOption
func WithBufferMaxCount ¶
func WithBufferMaxCount(cnt int) JaegerOption
func WithCollectorEndpoint ¶
func WithCollectorEndpoint(cep string) JaegerOption
func WithOnErrorFunc ¶ added in v0.0.24
func WithOnErrorFunc(f func(error)) JaegerOption
func WithPassword ¶
func WithPassword(password string) JaegerOption
func WithServiceName ¶
func WithServiceName(serviceName string) JaegerOption
func WithUsername ¶
func WithUsername(username string) JaegerOption
Click to show internal directories.
Click to hide internal directories.