Skip navigation links

Package io.opentelemetry.sdk.trace.export

Utilities that allows different tracing services to export recorded data for sampled spans in their own format.

See: Description

Package io.opentelemetry.sdk.trace.export Description

Utilities that allows different tracing services to export recorded data for sampled spans in their own format.

Contents

Default values for SimpleSpanProcessor

Configuration options for SimpleSpanProcessor can be read from system properties, environment variables, or Properties objects.

For system properties and Properties objects, SimpleSpanProcessor will look for the following names:

For environment variables, SimpleSpanProcessor will look for the following names:

Default values for BatchSpanProcessor

Configuration options for BatchSpanProcessor can be read from system properties, environment variables, or Properties objects.

For system properties and Properties objects, BatchSpanProcessor will look for the following names:

For environment variables, BatchSpanProcessor will look for the following names:

Skip navigation links