-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[client] introduce client-side event aggregation #6627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
60bcf7d
added an implementation of aggregating memory store
dmitri-netbird 243e934
initial support for aggregation of events
dmitri-netbird b654a75
added tcp-aggregation test
dmitri-netbird 101ae3c
added manager integration test
dmitri-netbird 8f99362
added tracking of the number of start-, drop, and end-events in an ag…
dmitri-netbird 42e0007
fixes based on sonarcube checks
dmitri-netbird 12a8943
regenerated proto files
dmitri-netbird a593e32
removed inadvertenly added google proto files
dmitri-netbird d9d585e
pacifying linter
dmitri-netbird 598558c
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird 98ce097
update test to validate event aggregation over tcp, udp, icmp, and ic…
dmitri-netbird b21f7f7
updated event aggregation test
dmitri-netbird e3f9396
regenerate protobufs with expected versions of protoc and protoc-gen-go
dmitri-netbird c875aa6
remove protoc/protoc-gen headers from flow_grpc.pb.go
dmitri-netbird fae5b7e
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird 9dc5e77
updated openapi spec
dmitri-netbird 07c527f
updated openapi NetworkTrafficEvent spec, regenerated types
dmitri-netbird a93cb66
respond to feedback
dmitri-netbird 7295e2e
fixed an issue with how we track events that shouldn't be aggregated
dmitri-netbird 67d1419
fixed mapping of events to protobuf
dmitri-netbird ca4ce0a
icmp code values in aggregated events do not matter
dmitri-netbird e89c0f5
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird 0286c17
regenerate openapi types
dmitri-netbird 3d6fc3b
added a comment re: unbounded unacked events
dmitri-netbird 9ea463e
reset aggregated event type to unknown
dmitri-netbird 1721a4f
fix event aggregation test
dmitri-netbird 5dc159e
used the source port of the earliest event
dmitri-netbird 0e95b6d
add tracking of window starts and ends
dmitri-netbird fd763ec
updated openapi spec
dmitri-netbird 17cc13f
reverted changes to generate.sh
dmitri-netbird 4a13418
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird 41a15f6
cleanup handling of not-aggregated events + test
dmitri-netbird 1f1413e
responded to feedback + small fixes
dmitri-netbird 928bfe3
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird 05308fb
small fix in a test
dmitri-netbird a5d455e
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird cdd19ed
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird 26a69e4
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird d315a13
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird e7d6561
another test
dmitri-netbird 6569d6c
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird 135bc71
force setting non-empty rule id on aggregated events
dmitri-netbird b684f85
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird fb22695
fixed a couple of issues flagged by coderabbit
dmitri-netbird bb130df
fix spelling
dmitri-netbird 0ab6070
handle exhausted retry backoffs
dmitri-netbird 19c8815
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird c160fdd
Merge remote-tracking branch 'origin/main' into dmitri-event-aggregation
dmitri-netbird File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.