-
Notifications
You must be signed in to change notification settings - Fork 507
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
Adds DB connection attributes in spans #2274
Adds DB connection attributes in spans #2274
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.
Looking good! The Django part might need some special casing for the different backends and one or two test cases for Django would also be great.
I updated the code to omit data fields that we can not fill. (asked joris about what they like more) |
The chalice deps thing is still not fixed (something has deps to boto3 that are not working with our deps and I have not yet figured out what lib...) |
Also Django tests for new db attributes are still missing. |
Maybe I have some time in the afternoon to have another shot at this, but if not it would be great if you could take over @sentrivana . Sorry for not having everything ready.. |
No worries, I can take over. You should enjoy your vacation. :) |
Fixes #2270