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

Add metrics for trace event perf event monitor #308

Closed
christos68k opened this issue Jan 14, 2025 · 0 comments · Fixed by #322
Closed

Add metrics for trace event perf event monitor #308

christos68k opened this issue Jan 14, 2025 · 0 comments · Fixed by #322
Assignees
Labels
enhancement New feature or request

Comments

@christos68k
Copy link
Member

christos68k commented Jan 14, 2025

I noticed when working on #307 that we don't have metrics for reading trace events from the perf event buffers (we collect them but don't use/report them) which means that we don't know how often we drop events.

The current trace event processing scheme is synchronous with reading events from the perf events buffers (we don't read events in a batch and then process that batch, we read a single event, process that event, read next event, ..) which means that we could be dropping events if processing can't keep up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant