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

Need Dashboard for Requests that are not marked as key request

sa_gopalm
Visitor

i need to get the requests response time average, min and max but i couldnt do it for the non key request , how can it be done either via DQL or data explore , Please share any JSON for dashboard or DQL Queries if possible 

3 REPLIES 3

p_devulapalli
Leader

@sa_gopalm I think you need to first mark them as key requests to get the expected data and endpoint details or else they would be showing up as NON_KEY_REQUESTS in dashboard which is not much helpful . You can use a DQL query similar to below 

timeseries { avg(dt.service.request.response_time), ResponseTime = avg(dt.service.request.response_time, scalar: true) }, by: { endpoint.name, dt.entity.service }
| fieldsAdd dt.entity.service.name = entityName(dt.entity.service)

 

Phani Devulapalli

Julius_Loman
DynaMight Legend
DynaMight Legend

In addition to @p_devulapalli answer  (which is the recommended method), you might want to use spans as a source for your dashboards, or define span metrics in OpenPipeline.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Multidimensional analysis is an option for such cases

Featured Posts