-
Notifications
You must be signed in to change notification settings - Fork 678
runtime: add ns unit to deprecated runtime metrics #7490
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7490 +/- ##
=====================================
Coverage 81.5% 81.5%
=====================================
Files 198 198
Lines 17963 17963
=====================================
Hits 14647 14647
Misses 2917 2917
Partials 399 399
🚀 New features to boost your workflow:
|
Looks like this needs an entry in CHANGELOG.md and you need to sign the CLA. |
Done and done! I thought I had the CLA sorted in advance, sorry about that. All good now though. |
Co-authored-by: Damien Mathieu <42@dmathieu.com>
Add missing
ns
units to theprocess.runtime.go.gc.pause_total_ns
andprocess.runtime.go.gc.pause_ns
metrics.