You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
EventName is added as a top-level field to LogRecord recently in the spec and in the photo. But EventName is not printed by the debug exporter. Describe the solution you'd like
DebugExporter should print EventName, just like it does for all other top-level fields.
The text was updated successfully, but these errors were encountered:
#### Description
1. Adds event name from LogRecord to debug exporter.
2. Also modified the example config file to include logs too. (It only
had traces/metrics). Not really required for this change, but hope that
is okay to club into same PR!
#### 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.)
---------
Co-authored-by: Trask Stalnaker <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
#### Description
1. Adds event name from LogRecord to debug exporter.
2. Also modified the example config file to include logs too. (It only
had traces/metrics). Not really required for this change, but hope that
is okay to club into same PR!
#### 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.)
---------
Co-authored-by: Trask Stalnaker <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
Is your feature request related to a problem? Please describe.
EventName is added as a top-level field to LogRecord recently in the spec and in the photo. But EventName is not printed by the debug exporter.
Describe the solution you'd like
DebugExporter should print EventName, just like it does for all other top-level fields.
The text was updated successfully, but these errors were encountered: