SpanProcessorConfig (telemetry.otelconfig) Configuration

Type: io.helidon.telemetry.otelconfig.SpanProcessorConfig

Configuration options

Required configuration options
keytypedefault valuedescription
type

SpanProcessorType (SIMPLE, BATCH)

 

Span processor type.

Allowed values:

  • SIMPLE: Simple Span Processor.

  • BATCH: Batch Span Processor.

Optional configuration options
keytypedefault valuedescription
exporters

string[]

 

Name(s) of the span exporter(s) this span processor should use; specifying no names uses all configured exporters (or if no exporters are configured, the default OpenTelemetry exporter(s)).

Each name must be the name of one of the configured OpenTelemetryTracingConfig.exporterConfigs().