Replies: 1 comment 4 replies
-
Hi @sarkisjad, this is unexpected behavior, can you open an issue and submit a repro that can be used to troubleshoot the problem? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am attaching the opentelemetry-javaagent to a JVM.
The problem I’m facing is: when the JVM is finished executing, the javaagent will keep on looking to export metrics to an exporter if it does not find any.
If it ends up not finding any exporter, it will cause the JVM to hang until it does.
How can I tell the javaagent to abort when the main JVM is done executing?
Thanks,
Jad
Beta Was this translation helpful? Give feedback.
All reactions