package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev
# Functions
ChainedProcessSpan chains spanProcessors as a single ProcessSpan call.
New constructs a new collector component, ready to be started.
NewSpanProcessor returns a SpanProcessor that preProcesses, filters, queues, sanitizes, and processes spans.
NewSpanProcessorMetrics returns a SpanProcessorMetrics.
# Variables
Options is a factory for all available Option's.
# Structs
Collector returns the collector as a manageable unit of work.
CollectorParams to construct a new Jaeger Collector.
SpanCounts contains counts for received and rejected spans.
SpanHandlerBuilder holds configuration required for handlers.
SpanHandlers holds instances to the span handlers built by the SpanHandlerBuilder.
SpanProcessorMetrics contains all the necessary metrics for the SpanProcessor.
# Type aliases
FilterSpan decides whether to allow or disallow a span.
Option is a function that sets some option on StorageBuilder.
ProcessSpan processes a Domain Model Span.
ProcessSpans processes a batch of Domain Model Spans.
SpanCountsByFormat groups metrics by different span formats (thrift, proto, etc.).
SpanCountsByTransport groups metrics by inbound transport (e.g http, grpc, tchannel).