jaeger

package
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package jaeger provides a jaeger exporter.

Package jaeger provides a jaeger exporter.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jaeger

type Jaeger interface {
	exporter.Exporter
}

func New

func New(opts ...Option) (j Jaeger, err error)

type Option added in v1.6.0

type Option func(*export) error

func WithAgentEndpoint

func WithAgentEndpoint(aep string) Option

func WithAgentMaxPacketSize added in v1.6.0

func WithAgentMaxPacketSize(cnt int) Option

func WithAgentReconnectInterval added in v1.6.0

func WithAgentReconnectInterval(dur string) Option

func WithBatchTimeout added in v1.6.0

func WithBatchTimeout(dur string) Option

func WithCollectorEndpoint

func WithCollectorEndpoint(cep string) Option

func WithExportTimeout added in v1.6.0

func WithExportTimeout(dur string) Option

func WithHTTPClient added in v1.6.0

func WithHTTPClient(c *http.Client) Option

func WithMaxExportBatchSize added in v1.6.0

func WithMaxExportBatchSize(size int) Option

func WithMaxQueueSize added in v1.6.0

func WithMaxQueueSize(size int) Option

func WithPassword

func WithPassword(password string) Option

func WithServiceName

func WithServiceName(serviceName string) Option

func WithUsername

func WithUsername(username string) Option

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL