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
| Key | Type | Description |
|---|---|---|
type | ProcessorType | Processor type |
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)) |
Dependent Types
See the manifest for all available types.