cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Assistance required DQL to pull JVM statistics

ezhilnarasu
Frequent Guest

Assistance required DQL to pull JVM statistics . I am able to pull CPU, Memory , Disk & IO metrics from DQL. But not able to find metric name to get JVM Statistics. Do we have a metric name or query to pull these?

2 REPLIES 2

radek_jasinski
DynaMight Guru
DynaMight Guru

Here you have the names of all available metrics for the JVM: https://docs.dynatrace.com/docs/shortlink/built-in-metrics#jvm 

Have a nice day!

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
]
}

Featured Posts