05 Sep 2024 08:58 PM
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.
I achieved this in Custom Multidimensional analysis, but no option to pin to Dashboard.
Solved! Go to Solution.
06 Sep 2024 01:59 AM
Please try something like below
timeseries by: { endpoint.name } , {avg(dt.service.request.count),avg(dt.service.request.failure_count) }
| filter endpoint.name == "storeBooking"
06 Sep 2024 07:28 AM
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.
06 Sep 2024 07:49 AM
@ManoharSomineni You would need to use Notebooks as an example to run this query
Here are some links to get some understanding
https://docs.dynatrace.com/docs/observe-and-explore/dashboards-and-notebooks/notebooks
https://docs.dynatrace.com/docs/observe-and-explore/dashboards-and-notebooks
https://docs.dynatrace.com/docs/observe-and-explore/metrics/dql-examples
https://www.youtube.com/watch?v=RAtId3P8C6I
06 Sep 2024 08:18 AM
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.
06 Sep 2024 07:56 AM
My result after executing the query
06 Sep 2024 08:09 AM
Select DQL and paste the query in query section