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.

Usages

Configuration options

KeyKindTypeDescription
exportersLISTStringName(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))
typeVALUEi.h.t.o.ProcessorTypeProcessor type

See the manifest for all available types.