Module: Instana::Trace::Export

Defined in:
lib/instana/trace/export.rb

Overview

The Export module contains the built-in exporters and span processors for the OpenTelemetry reference implementation.

Defined Under Namespace

Classes: ExportError

Constant Summary collapse

SUCCESS =

The operation finished successfully.

0
FAILURE =

The operation finished with an error.

1
TIMEOUT =

The operation timed out.

2