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

Lost samples in file_events perf buffer due to buffer overflow in Coroot agent #135

Open
emanzat opened this issue Oct 31, 2024 · 0 comments

Comments

@emanzat
Copy link

emanzat commented Oct 31, 2024

Hello,

I've encountered an issue with lost samples in the Coroot agent logs related to file_events. The error message is as follows:
E1031 13:21:00.155047 1512321 tracer.go:380] file_events lost samples: 18

It seems the perf buffer for file_events is unable to handle the current load, potentially due to high event frequency or insufficient buffer size

image

image

Suggested Solutions
1- Increase buffer size: Consider allowing the buffer size for file_events to be configurable, or increase the default buffer size to handle higher event volumes.

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

No branches or pull requests

1 participant