- Notifications
You must be signed in to change notification settings - Fork 809
Description
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.
Is your feature request related to a problem? Describe the solution you'd like.
Other SQL packages (like psycopg2) support SQL commenters for adding additional context -- I'd like to see this feature added to mysql
Describe alternatives you've considered
Which alternative solutions or features have you considered?
I didn't consider other alternatives since this feature already exists in other modules!
Additional context
Add any other context about the feature request here.
I think it'd be a simple change since it's already supported elsewhere. I have a potential draft PR here.