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

DQL Dashboard queries for Service request or End points

ManoharSomineni
Visitor

I am trying to create Dashboard charts of Number of Request chart, Failed request count chart and successful request count chart for  storeBooking in BookingService service in Easy Travel application. Kindly provide the Queries for mentioned charts.

ManoharSomineni_0-1725566209730.png

I achieved this in Custom Multidimensional analysis, but no option to pin to Dashboard.

7 REPLIES 7

Please try something like below

timeseries by: { endpoint.name } , {avg(dt.service.request.count),avg(dt.service.request.failure_count) }
| filter endpoint.name == "storeBooking"

Phani Devulapalli

Hi Phani, Thanks for prompt response. 
Still I don't know where I need to execute that you mentioned Query. Please run the query and if possible please attach the chat snip for better understanding.

Hi @p_devulapalli ,

I took timeframe of last one week, still it showing only one record. same result getting in the time frame of 1 hour as well.

 

ManoharSomineni_0-1725607142277.pngManoharSomineni_1-1725607174442.png

 

ManoharSomineni_0-1725605767752.png

My result after executing the query

Select DQL and paste the query in query section

p_devulapalli_0-1725606363842.png

 

Phani Devulapalli

Featured Posts