10 Jul 2020 09:50 AM
Hi all,
we've several java processes in my system and I want to review some JVM parameters for all of these processes.
I can see all those metrics in the "Process metrics -> Java managed" metrics section but only process by process not in a single char splitted by process.
So, how can I view these metrics in a single chart split by process instance?
Thanks in advance!
Solved! Go to Solution.
10 Jul 2020 11:33 AM
Hi @Jose C.
Please check the JVM metrics under custom charts
And for JVM metrics under infrastructure information of Timeseries v1 Available metrics
HTH
Yos
10 Jul 2020 01:21 PM
Great answer Yos!
Only thing I would add is to look into using the Metrics API instead of Timeseries. Timeseries will eventually be deprecated and the Metrics API is much more powerful.
https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/
Thanks,
Ari
10 Jul 2020 01:41 PM
Hi @Yos N.,
thanks for your response, I'm interested in GC Collection count and GC Collection time but I want to view in a chart.
Regards, Josep Maria
10 Jul 2020 01:44 PM
You can use custom charts for that as well similar to Yos' screenshot.
Thanks,
Ari