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

Can we mutiple DQL results in single tile of dashboard

heramb_sawant
Organizer

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

1 REPLY 1

p_devulapalli
Helper

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}

Featured Posts