Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal/filter] Add bridge from filterlog to filterottl (#22789)
This PR adds a bridge between `filterlog.NewSkipExpr` and `filterottl.NewBoolExprForLog` behind a feature gate. With the feature gate enabled, any component using `filterlog.NewSkipExpr` will start using OTTL behind the scenes. Related to #18643 Related to #18642 Added tests comparing the output of the existing config and the bridge.
- Loading branch information