Piyush Singariya
01036a8a2f
fix: top level keys EXIST and NOTEXIST filter simulation ( #8255 )
...
* fix: top level keys EXIST and NOTEXIST filter simulation
* test: fix tests
* test: temporarily change collector version
* test: updating go.mod
* fix: tests
* chore: revert changes
* chore: update collector's reference to stable version
2025-06-17 11:28:40 +05:30
Piyush Singariya
65ff460d63
fix: Enhance filter support for Pipeline Simulation ( #8134 )
...
* feat: enhance filter support for JSON log body
* test: added tests for exists and not exists
* test: remove the value
2025-06-05 05:05:39 +00:00
Shivanshu Raj Shrivastava
efd4e30edf
fix: publish signoz as package ( #7378 )
...
Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com>
2025-03-20 15:31:41 +00:00
Akira Hayashi
2d732ae4a9
chore: run all query-service tests ( #6098 )
2024-10-20 15:24:12 +00:00
Raj Kamal Singh
161a69fbe9
chore: remove workaround for supporting pipeline filters using attribs with . replaced with _ ( #5405 )
2024-07-02 17:14:08 +05:30
Srikanth Chekuri
ae594061e9
chore: fix query-service logging ( #4696 )
2024-03-27 00:07:29 +05:30
Raj Kamal Singh
7fed80b145
Fix: log pipelines contains and ncontains filters should be case insensitive ( #4299 )
...
* chore: add test validating contains and ncontains in pipeline filter are case insensitive
* chore: qb2expr: translate contains and ncontains to case insensitive comparison
* chore: minor cleanup
2023-12-28 19:44:17 +05:30
Raj Kamal Singh
988ede7776
Fix/pipelines temp work around for supporting dots in resource keys ( #4064 )
...
* chore: logs pipelines: add test for validating workaround for working with dots in keys
* fix: temp workaround for supporting pipeline filters using names with dots converted to underscore
2023-11-26 12:57:23 +05:30
Raj Kamal Singh
f5b1d4146f
Fix: pipelines: string ops on missing attribs in pipeline filters should not spam warnings ( #4049 )
...
* 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
2023-11-24 17:00:39 +05:30
Raj Kamal Singh
3e65543b5f
Fix: resource filters should work in logs pipelines ( #3889 )
...
* chore: add test validating resource based filters work in logs pipelines
* fix: get resource filters working in logs pipelines
2023-11-03 18:42:03 +05:30
Nityananda Gohain
37e36626ab
feat: initail version of QB to expr ( #3412 )
...
* 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>
2023-09-07 10:00:22 +05:30