-
Notifications
You must be signed in to change notification settings - Fork 279
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
mo-service: track active connections #18788
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #18725
What this PR does / why we need it:
track connections to help debug.
PR Type
Enhancement
Description
mo-service
using theconntrack
library.go.mod
andgo.sum
to include new dependencies for connection tracking and updated existing dependencies.Changes walkthrough 📝
debug_connections.go
Implement active connection tracking and logging
cmd/mo-service/debug_connections.go
conntrack
andnetfilter
.threshold.
go.mod
Update dependencies for connection tracking
go.mod
conntrack
andnetfilter
.go.sum
Update dependency checksums
go.sum