send cpu and memory usage using otel java sdk #7489
Unanswered
rathnapandi
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The SDK on its own it wouldn't be able to provide you with the measurements for CPU and memory usage. There is an instrumentation library for runtime metrics that you could use to gather and report those. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jaydeluca |
Beta Was this translation helpful? Give feedback.
1 reply
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 using AutoConfiguredOpenTelemetrySdk.initialize().getOpenTelemetrySdk(); and looking for suggestion to send cpu and memory usage.
Beta Was this translation helpful? Give feedback.
All reactions