-
Notifications
You must be signed in to change notification settings - Fork 885
Support .NET 8 IMetricsBuilder API #4896
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestneeds-runtime-changeIssues which likely require changes from dotnet runtime - typically DiagnosticSource packageIssues which likely require changes from dotnet runtime - typically DiagnosticSource packagepkg:OpenTelemetry.Extensions.HostingIssues related to OpenTelemetry.Extensions.Hosting NuGet packageIssues related to OpenTelemetry.Extensions.Hosting NuGet package
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds-runtime-changeIssues which likely require changes from dotnet runtime - typically DiagnosticSource packageIssues which likely require changes from dotnet runtime - typically DiagnosticSource packagepkg:OpenTelemetry.Extensions.HostingIssues related to OpenTelemetry.Extensions.Hosting NuGet packageIssues related to OpenTelemetry.Extensions.Hosting NuGet package
There is a new API coming in .NET 8: IMetricsBuilder
We want to add support for this API in OTel (once we have taken the .NET 8 bits).
I did a PoC in a branch if anyone wants to pick it up and run with it. That work was based on an early version of the bits so it likely needs some tweaking for the final shape.