[][src]Module opentelemetry::exporter::trace::jaeger

OpenTelemetry Jaeger Exporter

This exporter currently delegates to the rustracing_jaeger library which implements the OpenTracing API.

Modules

reporter

Reporter to the jaeger agent

Structs

AllSampler

This samples all traces.

Builder

Jaeger Exporter Builder

Exporter

Jaeger exporter

NullSampler

This samples no traces.

ProbabilisticSampler

This samples a certain percentage of traces.

Process

Jaeger process configuration

Tag

Span tag.

Tracer

Tracer.

Enums

TagValue

Span tag value.

Type Definitions

Span

Span.

SpanContext

Span context.

SpanSender

Sender of finished spans to the destination channel.