-
Notifications
You must be signed in to change notification settings - Fork 241
feat: add ring buffers #1093
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
base: master
Are you sure you want to change the base?
feat: add ring buffers #1093
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1093 +/- ##
==========================================
- Coverage 86.99% 86.98% -0.01%
==========================================
Files 55 57 +2
Lines 6076 6356 +280
==========================================
+ Hits 5286 5529 +243
- Misses 645 675 +30
- Partials 145 152 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initial comment about the DataCategory
, will review buffer in a bit
buffer itself lgtm, nice work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Add generic ring buffer implementation with metrics functionality.
Issues