-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/otlpjsonfile] append token.Attributes to scoped attribute of the signal #36715
base: main
Are you sure you want to change the base?
Conversation
@khushijain21 please an entry to changelog. This is a user-facing bug fix. |
component: otlpjsonfilereceiver | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Parse token.attributes and append it to the log record |
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.
What's token.attributes?
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.
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.
I know :) Can you please make it more explicit for folks reading the changelog who might not know what that is?
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.
oh okay ;)
Please resolve the conflict, fix the changelog message, and we'll be good to go. |
Description
It loops through token.Attributes and appends it to the scoped attribute of the signal
Link to tracking issue
Fixes #36641
Testing
Added UT
Documentation