feat(conntrack): make report interval configurable#2501
Merged
Conversation
mmckeen
force-pushed
the
configureConntrackReportingInterval
branch
from
July 7, 2026 20:42
0ab0f6b to
81f8887
Compare
mmckeen
marked this pull request as ready for review
July 7, 2026 20:43
mmckeen
force-pushed
the
configureConntrackReportingInterval
branch
from
July 8, 2026 04:42
81f8887 to
0bf1d72
Compare
nddq
reviewed
Jul 14, 2026
nddq
left a comment
Member
There was a problem hiding this comment.
Minor requests, otherwise LGTM, please rebase with latest main to get the CI fixes
Signed-off-by: Matthew McKeen <matthew.mckeen@fastly.com>
mmckeen
force-pushed
the
configureConntrackReportingInterval
branch
from
July 15, 2026 15:39
0bf1d72 to
917ffcc
Compare
nddq
approved these changes
Jul 15, 2026
nddq
enabled auto-merge
July 15, 2026 15:47
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.
Description
Allow configuring the conntrack reporting interval as another performance tuning lever.
Related Issue
#1760
Checklist
git commit -S -s ...). See this documentation on signing commits.Screenshots (if applicable) or Testing Completed
Tested in a cluster with many connections where periodic reports contribute the majority of events, increasing the interval reports the same metrics with less dropped events and resource usage.
Please refer to the CONTRIBUTING.md file for more information on how to contribute to this project.