opentelemetry-dotnet-contrib
opentelemetry-dotnet-contrib copied to clipboard
Calling AddEntityFrameworkCoreInstrumentation
Hi, I am trying to call tracerProviderBuilder.AddEntityFrameworkCoreInstrumentation()
but it results in compile error error CS7069: Reference to type 'TracerProviderBuilder' claims it is defined in 'OpenTelemetry', but it could not be found
.
My dependencies are OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore:0.6.0-beta.10
, OpenTelemetry.Instrumentation.StackExchangeRedis:1.0.0-rc4
. The project runtime is netcoreapp3.1, I am using net5 CLI.
I'm also hitting this issue. When would be a new version of OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore NuGet package generated? The current version 0.6.0-beta was generated 7 months ago.
Please release new version of EntityFrameworkCore package.
+1 I can see the problem was addressed so please release a new version.
pls halp(( Would be really nice of you to release the update
1.0.0-beta.7 was released some time ago. It is compatible with OpenTelemetry 1.5.0. Closing.
Ref: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/src/OpenTelemetry.Instrumentation.EntityFrameworkCore/CHANGELOG.md#100-beta7