25 Jan 2026
11:42 AM
- last edited on
26 Jan 2026
08:45 AM
by
MaciejNeumann
Hi Team
Where can I find the GC time and Thread utilization time or which metric captures the same?
Solved! Go to Solution.
26 Jan 2026 08:03 AM
Collection time:
timeseries collection_time=sum(dt.runtime.jvm.gc.collection_time),by:{jvm.gc.name,jvm.memory.pool.name,dt.entity.process_group_instance,process.pid}
threads
timeseries count=avg(dt.runtime.jvm.threads.count),by:{dt.entity.process_group_instance}Featured Posts