Replies: 1 comment 1 reply
-
hi @grassbl8d! not currently, at least not out-of-the-box you could capture this using https://docs.oracle.com/en/java/javase/11/docs/api/jdk.management/com/sun/management/ThreadMXBean.html and add that data as attributes onto the span for that method (or as metric attributes) |
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.
-
Hello,
Is there anyway that I can gather Method and Memory metrics of method call ?
In our current APM tool, this is gathered.
For example : method call 1 - 100 CPU, Memory Usage - 280000 KB
How do I gather this ? This is more a trace type metric rather than the general JVM metric.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions