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

# Constants

GRPCTransport indicates spans received over gRPC.
HTTPTransport indicates spans received over HTTP.
JaegerSpanFormat is for Jaeger Thrift spans.
OTLPSpanFormat is for OpenTelemetry OTLP format.
ProtoSpanFormat is for Jaeger protobuf Spans.
UnknownSpanFormat is the fallback/catch-all category.
UnknownTransport is the fallback/catch-all category.
ZipkinSpanFormat is for Zipkin Thrift spans.

# Variables

ErrBusy signalizes that processor cannot process incoming data.

# Structs

Spans is a batch of spans passed to the processor.

# Interfaces

Batch is a batch of spans passed to the processor.
SpanProcessor handles spans.

# Type aliases

InboundTransport identifies the transport used to receive spans.
SpanFormat identifies the data format in which the span was originally received.