-
Notifications
You must be signed in to change notification settings - Fork 130
feat: Support for pending count with Adaptive lookback #2486
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
#2487 |
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
0359ca8
to
9f67908
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2486 +/- ##
==========================================
- Coverage 70.10% 70.01% -0.10%
==========================================
Files 391 391
Lines 58243 58268 +25
==========================================
- Hits 40834 40799 -35
- Misses 16310 16363 +53
- Partials 1099 1106 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Signed-off-by: RohanAshar <rohanashar1@gmail.com>
Continuation of #2373
This adds the pending calculation in the daemon and emits the metric. Timeline is now maintained in the daemon. Currently uses the 1m value of pending metric. This will change once we have the monovertex starts sending the lag metric without the timeline calculation.
Follow Up Work: