Mladen Todorovic
Mladen Todorovic
### Description This PR is adding functionality for CloudWatch Forwarder. The provided option allows defining a retention period for newly created CloudWatch Log Groups. We use `groupBy: namespaceName` option in...
## Description TBD ## Checklist - [ ] Investigated and inspected CI test results - [ ] Unit test and regression tests added - [ ] Evaluated and added CHANGELOG...
## Description TBD ## Checklist - [ ] Investigated and inspected CI test results - ~[ ] Unit test and regression tests added~ - ~[ ] Evaluated and added CHANGELOG...
This PR migrates scanner from gogo protobuf V1 to protobuf V2 stack. To simplify the review, diffs can checked per commit. Commit `Change proto gen tools to protobuf V2`: -...
### Description This PR is disabling the Pod Restarts check for the collector compliance container. After https://issues.redhat.com/browse/ROX-26311 - is resolved, we can revisit the ignore pattern. We had such a...
### Description Removes feature flag functionality from the template and code. This PR requires parts 1-4 to be merged first. This reverts functionality added with #8636 for using feature flags...
### Description This PR has added some refactoring for Postgres query handling and introduces logic that will apply cursors in cases where that is needed. This is related to changes...
### Description This PR is adding the `GetByQueryFn` function to storage. This way of handling rows returned by DB helps with: - faster processing because callbacks will be called as...