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
| Key | Kind | Type | Description |
|---|---|---|---|
exporters | LIST | 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)) |
type | VALUE | i.h.t.o.ProcessorType | Processor type |
See the manifest for all available types.