-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support for .NET 9 #3766
Comments
@stevejgordon, first we need to do some work on https://github.com/open-telemetry/opentelemetry-dotnet-contrib repository. I hope, most of this things will be ready next week. The tentative schedule for the release this project is end of November. Adding this to Milestone 1.10.0. |
Okay, thanks, @Kielek. If there's any low-hanging fruit I can assist with next week, I'd likely have time to contribute. I need to investigate further, but I ran into issues with auto instrumentation after updating our WIP distro to 1.10, which includes a plugin we register for the auto instrumentation. I've not looked deep enough yet, but my theory is that the bundling of 1.9 in the profiler might be causing the mismatch and leading to a TypeLoadException for our code. I'll wait for the 1.10 and try again. |
Possibly related issue open-telemetry/opentelemetry-dotnet#5973 |
@pellared, the root cause of the issue, is the lack of the additional store in /app/otel/store/x64/net9.0. In this folder you should have already net6.0/net7.0/net8.0. @stevejgordon, there is couple things we should change, most of them are related to our build-pipeline/dependencies. Please check following list:
Nice to have maintenance tasks in OTel .NET Contrib:
Blockers:
Probably some other stuff. I think that it for you, it will be easier to help on contrib side. Like open-telemetry/opentelemetry-dotnet-contrib#2071. I will be happy to include you in all PRs in this repository also. We will need a help in the next year for .NET10 support. It will be easier to follow examples (next week probably). Please let me know what do you think about this. |
That sounds good, @Kielek. I've commented on open-telemetry/opentelemetry-dotnet-contrib#2071 as someone had grabbed it but I don't see any progress since. I'll get familiar with this repo and I'm happy to be included on any PRs etc. |
@Kielek For those other items, where there are no issues. Are you happy for me to create issues to be added to a 1.10.0 milestone and tackle some of the hopefully simpler ones! |
Feature Request
Is your feature request related to a problem? Please describe.
Enabling auto instrumentation for a .NET 9 application currently fails as there is no
net9.0
directory in the store.Describe the solution you'd like
Support for .NET 9
Additional context
Add any other context or screenshots about the feature request here.
Is there a timeframe for supporting .NET 9 now that it has gone GA?
The text was updated successfully, but these errors were encountered: