Custom
Custom Processor
The Custom processor can be used to inject a custom processor configuration into a pipeline. A list of supported processors can be found here.
The Custom processor is useful for solving use cases not covered by Bindplane's other processor types.
Supported Types
✓
✓
✓
The custom processor type can support all telemetry types, however, it is up to the user to enable / disable the correct types based on the processor being used.
Configuration Table
telemetry_types
telemetrySelector
["Logs", "Metrics", "Traces"]
The list of telemetry types the processor will act on.
configuration
yaml
required
Enter any supported Processor and the YAML will be inserted into the configuration.
Example Configuration
Inject the following resource processor configuration:
resource:
attributes:
- action: upsert
key: custom
value: trueWeb Interface

Standalone Processor
Configuration with Embedded Processor
Last updated
Was this helpful?