-
Notifications
You must be signed in to change notification settings - Fork 292
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
Instrumentation is nor working with MySql.Data 8.0.31 #691
Comments
@moonheart, FYI as you are component owner. |
This is a breaking change from |
I am not sure if adding Logging or UseUsageAdvisor is the best option (probably only possible right now). Do you think that it is worth to report it to Oracle to bring the functionality (off course without any reference to EMTrace)? Notes: Tracer driver is enabled when: https://github.com/mysql/mysql-connector-net/blob/61fdbe5f0967b90a9f93e8d280d28d2effe7f7a8/MySQL.Data/src/Driver.cs#L141-L143 |
Yes, there are two properties |
@open-telemetry/dotnet-contrib-maintainers could you please check and merge if you are fine? |
Issue with OpenTelemetry.Instrumentation.MySqlData
List of all OpenTelemetry NuGet
packages and version that you are
using:
Other are non-important.
Runtime version:
net6.0 and other
Is this a feature request or a bug?
What is the expected behavior?
Spans are correctly recorded by the package.
It will be great to have one package version which support both pre 8.0.31 and 8.0.31+ as we are using it on the OTel .NET AutoInstrumentation.
What is the actual behavior?
Log from OpenTelemetry .NET Auto Instrumentation
Additional Context
Issue caused by
opentelemetry-dotnet-contrib/src/OpenTelemetry.Instrumentation.MySqlData/MySqlDataInstrumentation.cs
Line 40 in 7fb378d
Needed by: open-telemetry/opentelemetry-dotnet-instrumentation#1415
The text was updated successfully, but these errors were encountered: