-
Notifications
You must be signed in to change notification settings - Fork 399
DEBUG-3573 Implement debug flag for telemetry #4648
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
|
Thank you for updating Change log entry section 👏 Visited at: 2025-05-14 14:43:45 UTC |
Datadog ReportBranch report: ✅ 0 Failed, 21245 Passed, 1373 Skipped, 3m 45.32s Total Time |
8597c40 to
569a092
Compare
569a092 to
f285787
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4648 +/- ##
=======================================
Coverage 97.77% 97.77%
=======================================
Files 1419 1421 +2
Lines 86623 86696 +73
Branches 4397 4404 +7
=======================================
+ Hits 84693 84767 +74
+ Misses 1930 1929 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Strech
left a comment
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.
👍🏼
The only comment I have, let's make debug as the last option, because it's less important as all other
|
Moved to the end. |
What does this PR do?
Implements the debug flag for telemetry as described in troubleshooting documentation
Motivation:
Trying to get telemetry work for dynamic instrumentation
Change log entry
None
Additional Notes:
How to test the change?
Integration test is added.
I also followed the debugging instructions and verified the telemetry is being received by the backend and is claimed to have valid payloads.