package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev

# Packages

# Functions

NewDecoratedProcessor returns a processor with metrics.
NewParallelProcessor creates a new parallel processor.
NewSpanProcessor creates a new KafkaSpanProcessor.

# Structs

KafkaSpanProcessor implements SpanProcessor for Kafka messages.
ParallelProcessor is a processor that processes in parallel using a pool of goroutines.
SpanProcessorParams stores the necessary parameters for a SpanProcessor.

# Interfaces

Message contains the fields of the kafka message that the span processor uses.
SpanProcessor processes kafka spans.