-
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
✨ Add profiling middleware to simcore services #5749
✨ Add profiling middleware to simcore services #5749
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5749 +/- ##
=========================================
+ Coverage 84.5% 87.4% +2.8%
=========================================
Files 10 1366 +1356
Lines 214 56562 +56348
Branches 25 1285 +1260
=========================================
+ Hits 181 49476 +49295
- Misses 23 6812 +6789
- Partials 10 274 +264
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…io-pytest-aiohttp versions
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.
🥇
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.
Very nice, concise and readable.
Quality Gate passedIssues Measures |
What do these changes do?
api-server
toservice_lib[fastapi]
Related issue/s
How to test
make build-devel && make up-devel
storage
is exposed.GET /v0/status
in storage, run the following in bash:Here's an example of what that produces:
Dev-ops checklist