Replies: 1 comment
-
If you aren't able to figure this out on your own then look at the processes where metrics aren't collected and try to create a minimal sample application that reproduces the issue. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am attaching my opentelemetry javaagent to multiple JVMs.
The javaagent auto instruments JMX and they are sent to an otlp receiver.
My problem is that I only get auto instrumented metrics from one or two JVMs and not all the JVMs.
Is there a specific property I should add to fix this problem? If not, how could I debug this problem further?
Beta Was this translation helpful? Give feedback.
All reactions