-
Notifications
You must be signed in to change notification settings - Fork 659
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
Improve some tracing spans #10774
Improve some tracing spans #10774
Conversation
Add a span and improve the naming of another
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10774 +/- ##
==========================================
+ Coverage 71.72% 71.73% +0.01%
==========================================
Files 758 758
Lines 152795 152795
Branches 152795 152795
==========================================
+ Hits 109589 109610 +21
+ Misses 38220 38198 -22
- Partials 4986 4987 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View 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.
Thank you!
Co-authored-by: Simonas Kazlauskas <[email protected]>
This instruments the `StoreCompiledContractCache` to show an overall cost of these operations whenever they are used. The level I've chosen here is `trace` to avoid polluting the traces too much in default operation. #10774 has a targeted instrumentation at a higher level.
This instruments the `StoreCompiledContractCache` to show an overall cost of these operations whenever they are used. The level I've chosen here is `trace` to avoid polluting the traces too much in default operation. near#10774 has a targeted instrumentation at a higher level.
This instruments the `StoreCompiledContractCache` to show an overall cost of these operations whenever they are used. The level I've chosen here is `trace` to avoid polluting the traces too much in default operation. #10774 has a targeted instrumentation at a higher level.
Add a span and improve the naming of another