-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
enhancementNew feature or requestNew feature or requestprocessor/filterFilter processorFilter processor
Description
Component(s)
processor/filter
Is your feature request related to a problem? Please describe.
The error_mode determines how the processor handles errors that occur while processing an OTTL condition. The current default value is propagate, which can result in valid data being dropped.
Describe the solution you'd like
To improve resiliency, we could changing the default value to ignore. In this mode, errors are logged for visibility, but valid data is preserved, and processing continues with the next condition.
Note: This would be a breaking change and should be rolled out using a feature gate.
Describe alternatives you've considered
Keep it as it's.
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestprocessor/filterFilter processorFilter processor