Skip to content

io.helidon.telemetry.otelconfig.ProcessorConfig

Description

Generic configuration for a processor such as a io.opentelemetry.sdk.trace.SpanProcessor, linked to an exporter such as a io.opentelemetry.sdk.trace.export.SpanExporter by its name in the configuration

Configuration options

KeyTypeDescription
typeProcessorTypeProcessor type
exportersList<String>Name(s) of the exporter(s) this processor should use; specifying no names uses all configured exporters (or if no exporters are configured, the default OpenTelemetry exporter(s))

Dependent Types


See the manifest for all available types.