You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after adding opentelemetry-javaagent.jar to the init command, it takes a minute longer to start the jvm. What are possible causes for that and how can I analyze and reduce the slow start? It doesn't seem to vary much between servers of different configs, so I think there might be some network issue during the startup? But it did report trace.
after adding opentelemetry-javaagent.jar to the init command, it takes a minute longer to start the jvm
Without the java agent, how long does it take on average? BTW, how do you measure the time to start the jvm?
What are possible causes for that and how can I analyze and reduce the slow start?
From the information you provided, you used two java agents, it might increases start time. BTW, you used the Java Agent from Aliyun, as far as I know, it also provide observability ability in their java agent, for detail, you can ask for help from related cloud service provider.
Hi, after adding opentelemetry-javaagent.jar to the init command, it takes a minute longer to start the jvm. What are possible causes for that and how can I analyze and reduce the slow start? It doesn't seem to vary much between servers of different configs, so I think there might be some network issue during the startup? But it did report trace.
The text was updated successfully, but these errors were encountered: