You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
This PR introduced the config map option for data aggregation. More
details can be found in the docs.
## Related Issue
#138
## Checklist
- [x] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.
## Screenshots (if applicable) or Testing Completed
- Added unit tests for parsing data aggregation level from config file
- Deploy on cluster with different data aggregation level, verified that
on `high`, `packetparser` doesn't attach bpf program to eth0
## Additional Notes
Add any additional notes or context about the pull request here.
---
Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
---------
Signed-off-by: Quang Nguyen <[email protected]>
nddq
linked a pull request
Aug 29, 2024
that will
close
this issue
Is your feature request related to a problem? Please describe.
Retina currently lacks sufficient options to control how many events we generate from the plugins. This impact the scale at which retina can operate.
Describe the solution you'd like
Mechanisms
List of ways to reduce events:
Plugin Modes
Annotate
All Drops, All DNS, All TCP/UDP for annotated NS/pods (both at stack and network)
Verbosity
Additional context
Implementational Details
The text was updated successfully, but these errors were encountered: