We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No longer works with latest versions of the packages.
This example no longer works with the latest package versions.
It works with the older versions from the example:
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" /> <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> <PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> <PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
But if you use the latest versions, it no longer works
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.2" /> <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.11.2" /> <PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.11.1" /> <PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.11.1" />
I've narrowed it down to this package causing the issue, you can use the latest of everything else except this:
https://learn.microsoft.com/en-us/dotnet/core/diagnostics/observability-otlp-example
https://github.com/dotnet/docs/blob/main/docs/core/diagnostics/observability-otlp-example.md
806a9a9c-4902-3843-a878-16876df48a1c
234fd2b5-cb5d-4524-ed50-2a357c55c4e4
@tommcdon
Related Issues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type of issue
No longer works with latest versions of the packages.
Description
This example no longer works with the latest package versions.
It works with the older versions from the example:
But if you use the latest versions, it no longer works
I've narrowed it down to this package causing the issue, you can use the latest of everything else except this:
Page URL
https://learn.microsoft.com/en-us/dotnet/core/diagnostics/observability-otlp-example
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/diagnostics/observability-otlp-example.md
Document Version Independent Id
806a9a9c-4902-3843-a878-16876df48a1c
Platform Id
234fd2b5-cb5d-4524-ed50-2a357c55c4e4
Article author
@tommcdon
Metadata
Related Issues
The text was updated successfully, but these errors were encountered: