ROX-33464: Enable sensor to central rate limiting in long running clusters#84
Merged
JoukoVirtanen merged 2 commits intomainfrom Mar 5, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recently rate limiting/batching has been implemented for the network flow update and processes listening on ports messages from sensor to central. In addition a cap has been placed on the size of the caches of this information. These features are both behind feature flags. These features are neither GA or even in technical preview. To gain confidence in these features and bring these features closer to GA, this PR enables these features in the long running clusters.
These features were created in the following PRs:
stackrox/stackrox#17716
stackrox/stackrox#18028
Testing
Went to http://github.com/stackrox/test-gh-actions/actions/workflows/create-clusters.yml
Clicked "Run Workflow"
Selected this branch
Set the version to 4.11.x-229-gfe658b3424
Clicked "Run Worflow"
Obtained the artifacts for the clusters and looked at the environment variables for the sensors in the clusters with fake and real workload.
In both cases the following was observed