Skip to content
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

Outbound connection invalidation #69

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Outbound connection invalidation #69

merged 1 commit into from
Feb 20, 2024

Conversation

def
Copy link
Member

@def def commented Feb 20, 2024

Since the agent doesn't track inbound TCP connections, there could be situations where a socket file descriptor (FD) from a previous outbound connection is reused for a new inbound connection. It could result in inaccurate metrics and traces.

@def def requested a review from apetruhin February 20, 2024 15:31
@def def merged commit ff1e357 into main Feb 20, 2024
1 check passed
@def def deleted the invalidate_conn_timestamp branch February 20, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants