-
Notifications
You must be signed in to change notification settings - Fork 848
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
[Enhancement request] for NATIVE image, fix class: io.opentelemetry.sdk.common.export.RetryPolicy without reflect-config.json #6350
Comments
What version are you using? I was able to recreate the issue in #6127 and we included the If you encounter a different error, I would be interested in knowing the specifics. Our graal test coverage is still a work in progress so some things might be slipping through. |
Thank you for your answer @jack-berg We are using springboot 3.2.4, which pulls those versions:
Alongside graalvm 21.0.2 |
Ah, I see what you are referring to. Indeed, I am not using the latest version. Please allow me to close this ticket in favor of: #6352 Thank you again |
Hello team,
This is my first post on this project.
I have been using open telemetry java for a while now, and if not anything else, thank you for the work here.
Just wanted to reach out with a small enhancement request.
Our team has some 61 microservices, all with this jar.
In a recent initiative, we are converting them into NATIVE images.
All 61 projects encountered the issue described here:
#6127
We confirm the fix is correct, as we created 61 folders and subfolders, followed by creating 61 reflect-config.json.
While I can confirm this fixes the issue, may I reach out asking if it is possible to fix at the code level, so any clients with this dependency (and there are many of them) do not need to do this "trick" when building native images?
Another team in our company has some 200+ microservices, and if you take into account every other project trying to convert itself into the native image, that is quite a number.
It would be great if the code could be changed to avoid this issue for native image.
Thank you in advanced.
The text was updated successfully, but these errors were encountered: