-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[DebugExporter] Add EventName from LogRecord to output #11967
base: main
Are you sure you want to change the base?
[DebugExporter] Add EventName from LogRecord to output #11967
Conversation
Co-authored-by: Trask Stalnaker <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11967 +/- ##
=======================================
Coverage 91.62% 91.62%
=======================================
Files 447 447
Lines 23737 23739 +2
=======================================
+ Hits 21749 21751 +2
Misses 1613 1613
Partials 375 375 ☔ View full report in Codecov by Sentry. |
@codeboten The changelog CI check looks broken, unrelated to this PR. Could you help fix that, so this PR can have its CI check pass. |
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.
Awesome, thanks Cijo!
Description
Link to tracking issue
Fixes #11966
Testing
Manually tested with Otel client that exported a LogRecord with event name and without event name.
(1st time contributor here, still learning the process.)