-
Notifications
You must be signed in to change notification settings - Fork 375
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 method name into telemetry in Context#run #4103
Add method name into telemetry in Context#run #4103
Conversation
BenchmarksBenchmark execution time: 2024-11-14 10:41:52 Comparing candidate commit 7d00da8 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 29 metrics, 2 unstable metrics. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4103 +/- ##
==========================================
+ Coverage 97.77% 97.78% +0.01%
==========================================
Files 1350 1350
Lines 81076 81076
Branches 4085 4085
==========================================
+ Hits 79271 79283 +12
+ Misses 1805 1793 -12 ☔ View full report in Codecov by Sentry. |
What does this PR do?
Add method name into the error message for telemetry logs.
Motivation:
As a workaround until we align telemetry to the error tracking we want to filter telemetry logs better.
Change log entry
No.
Additional Notes:
Existing monitor should be adjusted accordingly after release.
How to test the change?
CI is enough.