Configuration options
| key | type | default value | description |
|---|---|---|---|
|
SpanProcessorType (SIMPLE, BATCH) |
|
Span processor type. Allowed values:
|
| key | type | default value | description |
|---|---|---|---|
|
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(). |
|
int |
|
Maximum number of spans batched for export together. OpenTelemetry requires this value to not exceed the maxQueueSize(). |
|
int |
|
Maximum number of spans retained before discarding excess unexported ones. |
|
Duration |
|
Delay between consecutive exports. |
|
Duration |
|
Maximum time an export can run before being cancelled. |