JVM Metrics #2966
Unanswered
rupinder10
asked this question in
Q&A
JVM Metrics
#2966
Replies: 1 comment
-
Something like this? I know it uses the MemoryMXBean, but it's a pretty good example of generating this kind of metrics. |
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
-
Does anybody have a sample to convert java heap memory stats to metrics ? I have seen an example where there is a callback to MemoryMXBean to get the MemoryUsage objects. In my case, I cannot use that as I already have a MemoryUsage object passed to my code and I want to convert to metrics and send those metrics.
Beta Was this translation helpful? Give feedback.
All reactions