-
Notifications
You must be signed in to change notification settings - Fork 543
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
Updating to RC of OTel #3316
Updating to RC of OTel #3316
Conversation
Using the new UseOtlpExporter simplified hookup
@@ -12,8 +12,8 @@ | |||
|
|||
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="!!REPLACE_WITH_EXTENSIONS_VERSION!!" /> | |||
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="!!REPLACE_WITH_LATEST_VERSION!!" /> | |||
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.7.0" /> | |||
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.7.0" /> | |||
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.8.0-rc.1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you confirm the bar to use non-stable packages is that they ship stable before we go GA?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the goal is to get them to stable. This is to validate that all that we need is in there.
@samsp-msft what about these -- that's what I assumed we want to update https://github.com/dotnet/aspire/blob/main/Directory.Packages.props#L106-L112 |
Maybe let's also wait for 1.8.0 which should ship today (as Eric mentioned). |
...re.ProjectTemplates/templates/aspire-empty/AspireApplication.1.ServiceDefaults/Extensions.cs
Show resolved
Hide resolved
…sft/aspire into samsp/update_otel_1_8_rc
duplicate of #3351 |
Using the new UseOtlpExporter simplified hookup
Microsoft Reviewers: Open in CodeFlow