-
Working on POC to use JDK CDS to speed up startup time for a application with open-telemetry agent I got following warning: Is there any way to use CDS and open-telemetry agent for production environment? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since this message is from the jvm you should turn to your jvm vendor to inquire about the risks involved in using these jvm options and whether they are suitable for production usage. |
Beta Was this translation helpful? Give feedback.
Since this message is from the jvm you should turn to your jvm vendor to inquire about the risks involved in using these jvm options and whether they are suitable for production usage.
If using the agent is not an option for spring boot applications you could consider using the otel spring boot starter instead or apply our standalone instrumentation libraries (see https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#libraries--frameworks).