[][src]Module opentelemetry::sdk::trace

OpenTelemetry Trace SDK

The tracing SDK consist of a few main structs:

  • The Tracer struct which performs all tracing operations.
  • The Span struct with is a mutable object storing information about the current operation execution.
  • The Provider struct which configures and produces Tracers.

Modules

config

SDK Configuration

evicted_hash_map

Evicted Map

evicted_queue

Evicted Queue

provider

Trace Provider SDK

sampler

Sampler

span

Span

span_processor

Span Processor

tracer

Tracer