-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 do not send bps metrics where they are less than 1 #6634
🐛 do not send bps metrics where they are less than 1 #6634
Conversation
services/director-v2/src/simcore_service_director_v2/modules/instrumentation/_models.py
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6634 +/- ##
===========================================
- Coverage 87.54% 67.11% -20.43%
===========================================
Files 1479 609 -870
Lines 59316 30875 -28441
Branches 2106 265 -1841
===========================================
- Hits 51928 20723 -31205
- Misses 7063 10091 +3028
+ Partials 325 61 -264
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
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.
👍
...tor-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core/_scheduler.py
Outdated
Show resolved
Hide resolved
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.
Thanks, but can you change the implementation to really check whether any file was transferred instead of the hack with the rate. what if the rate really goes down?? then we will miss it.
...-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core/_events_utils.py
Outdated
Show resolved
Hide resolved
...-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core/_events_utils.py
Outdated
Show resolved
Hide resolved
...-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core/_events_utils.py
Outdated
Show resolved
Hide resolved
...tor-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core/_scheduler.py
Outdated
Show resolved
Hide resolved
services/director-v2/src/simcore_service_director_v2/modules/instrumentation/_models.py
Outdated
Show resolved
Hide resolved
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.
Great, thanks for the changes
Quality Gate passedIssues Measures |
Co-authored-by: Andrei Neagu <[email protected]>
What do these changes do?
Transfer rates that are almost 0 are making the results inaccurate. Sending transfer rates only when they are >= 1 bps.
Related issue/s
stop_duration
during event #6675How to test
Dev-ops checklist