12 Jul 2024 01:32 PM
Hi,
I have 10 DQLs to get JVM metrics performance and want to display these 10 dql results in single tile of dashboard, is it possible to do it?? I do not want separate tile for reach metric on dashboard.
Please help
Regards,
Heramb Sawant
15 Jul 2024 12:42 AM
I think the option you have is to combine your multiple DQL queries in to one combined statement if you want them to be part of a single tile in dashboard. Not sure you would be able to include multiple DQL queries in a single tile ( I could be wrong, so will leave it open for everyone to comment)
something like below would work
timeseries {thread_count=avg(dt.runtime.jvm.threads.count),jvm_memory=avg(dt.runtime.jvm.memory.free),jvm_gc_CollectionTime=avg(dt.runtime.jvm.gc.collection_time)}, by:{dt.entity.host}