Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input_chunk: handle filter_do edge case (#8229)
* input_chunk: handle filter_do edge case flb_filter_do may modify the input chunk's total records, meaning that if there is a filter in the pipeline the total records could be double-counted which breaks anything that relies on and event chunk's `total_records`. Signed-off-by: braydonk <[email protected]> * input_chunk: clarify comment Clarify comment to demonstrate that flb_filter_do actually overwrites the value not just changing it. Signed-off-by: braydonk <[email protected]>
- Loading branch information