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
It would be great if opentelemetry-instrumentation-mysql worked for mysql-connector-python >= 8.0 vs ~= 8.0
Describe alternatives you've considered
It is worth noting that the 9.0.0 changelog for mysql-connector-python includes opentelemetry support, but I prefer to have the auto-instrumentation capabilities provided by this library as opposed to explicitly/manually instrumenting MySQL connections.
Additional Context
I did a quick pass and I don't think their API had any breaking changes so I think it might be as easy as just relaxing the version constraints and trying it out. Happy to open a PR if it's actually that easy 😅
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered:
What problem do you want to solve?
The
mysql-connector-python
package had a major version bump on July 1, 2024. However, theopentelemetry-instrumentation-mysql
plugin only supports 8.xDescribe the solution you'd like
It would be great if
opentelemetry-instrumentation-mysql
worked formysql-connector-python >= 8.0
vs~= 8.0
Describe alternatives you've considered
It is worth noting that the 9.0.0 changelog for
mysql-connector-python
includes opentelemetry support, but I prefer to have the auto-instrumentation capabilities provided by this library as opposed to explicitly/manually instrumenting MySQL connections.Additional Context
I did a quick pass and I don't think their API had any breaking changes so I think it might be as easy as just relaxing the version constraints and trying it out. Happy to open a PR if it's actually that easy 😅
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: