-
Notifications
You must be signed in to change notification settings - Fork 7
perf(entities): set fetch total flag, if requested #66
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
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## main #66 +/- ##
=========================================
Coverage 55.96% 55.96%
Complexity 41 41
=========================================
Files 20 20
Lines 377 377
Branches 18 18
=========================================
Hits 211 211
Misses 162 162
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
// that the neighbors would have to be live in the requested time range. Supporting time | ||
// agnostic interations would mean a change in the way interactions are implemented | ||
false, | ||
// entity interactions doesn't support time agnostic nature, and would mean |
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.
nit: this comment applies to the boolean above
* fix: apply limit on span log fetch * chore: upgrade jetty
Description
Setting
fetchTotal
on EntitiesRequest, only if thetotal
has been requestedChecklist: