-
Notifications
You must be signed in to change notification settings - Fork 635
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
Converted resource to hold Resource attribute than a string #866
Converted resource to hold Resource attribute than a string #866
Conversation
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.
Nice! Thanks for the fix @bitspradp, please add an entry to the changelog for both boto/botocore instrumentations.
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.
Nice
Ack @codeboten |
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.
Thanks for updating the change logs!
Fixes #817
This PR aims to fix the issue of having the resource attribute in boto and botocore as
string
which fails when exported to Jaeger or zipkin.Tests are fixed to reflect these changes by converting resource from
string
toResource