* chore: add test validating collector doesn't spam logs for string ops on missing attributes * fix: pipelines filter: check if attrib is not nil before running string operator * chore: do a nil check for all but == and != ops
* chore: add test validating resource based filters work in logs pipelines * fix: get resource filters working in logs pipelines
* feat: initail version of QB to expr * chore: check final expression is valid or not * feat: minor formatting changes * Update pkg/query-service/queryBuilderToExpr/queryBuilderToExpr_test.go Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com> * fix: go.mod updated * fix: go.mod updated * fix: go.mod updated * fix: unwanted changes in go.mod reverted --------- Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>