02 Nov 2023 02:15 PM
02 Nov 2023 02:20 PM
Here you have the names of all available metrics for the JVM: https://docs.dynatrace.com/docs/shortlink/built-in-metrics#jvm
02 Nov 2023 04:43 PM
Thanks for your reply @radek_jasinski , when I try the below query , it returns nothing
timeseries gc = avg(builtin.tech.jvm.memory.pool.used),
by:dt.entity.process_group,
filter:{
dt.entity.host in [
fetch dt.entity.host
| filter matchesValue(entity.name, "xxxxxxx")
| fields id
]
}