Does quarkus native image support dynatrace introspection agent? #39655
Unanswered
sivakrishnak1
asked this question in
Q&A
Replies: 2 comments 6 replies
-
/cc @brunobat (opentelemetry,tracing), @geoand (kubernetes), @iocanel (kubernetes), @radcortez (opentelemetry,tracing), @zakkak (native-image) |
Beta Was this translation helpful? Give feedback.
3 replies
-
@sivakrishnak1 do you have more details on where to find this |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are observing an issue with dynatrace introspection packages (com.dyntrace.*) with building quarkus native image for application.
It reports:
Detected an instance of Random/SplittableRandom class in the image heap. Instances created during image generation have cached seed values and don't behave as expected.
when I tried to exclude this with initialization at runtime property, build was succesful but after deploying to kubernetes cluster, observing pod restart issues and eventually deployent is getting stuck.
Looking for inputs on the same.
Beta Was this translation helpful? Give feedback.
All reactions