-
Notifications
You must be signed in to change notification settings - Fork 908
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
Take a minute to start #13326
Comments
Without the java agent, how long does it take on average? BTW, how do you measure the time to start the jvm?
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. |
You could use your favourite profiling tool and see if you can discover where the time is spent while your application is starting. |
Also test your application with only the otel agent to rule out that the issue is caused by running with 2 agents. |
This has been automatically marked as stale because it has been marked as needing author feedback and has not had any activity for 7 days. It will be closed automatically if there is no response from the author within 7 additional days from this comment. |
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: