Module: OpenTelemetry::SDK::Trace::Export
- Defined in:
- lib/opentelemetry/sdk/trace/export.rb,
lib/opentelemetry/sdk/trace/export/noop_span_exporter.rb,
lib/opentelemetry/sdk/trace/export/multi_span_exporter.rb,
lib/opentelemetry/sdk/trace/export/batch_span_processor.rb,
lib/opentelemetry/sdk/trace/export/console_span_exporter.rb,
lib/opentelemetry/sdk/trace/export/simple_span_processor.rb,
lib/opentelemetry/sdk/trace/export/in_memory_span_exporter.rb
Overview
The Export module contains the built-in exporters and span processors for the OpenTelemetry reference implementation.
Defined Under Namespace
Classes: BatchSpanProcessor, ConsoleSpanExporter, InMemorySpanExporter, MultiSpanExporter, NoopSpanExporter, SimpleSpanProcessor
Constant Summary collapse
- SUCCESS =
The operation finished successfully.
0
- FAILURE =
The operation finished with an error.
1
- TIMEOUT =
The operation timed out.
2