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

The p90, p99, and avg graphs are showing identical values.

samirkapure
Newcomer

In our Dynatrace dashboard, the p90, p99, and avg graphs are showing identical values.

1 REPLY 1

tomaxp
Mentor

Hi,
could u show your DQL query?
u can try use this:

timeseries percentile(dt.service.request.response_time, 95),
by:{dt.entity.service}
| fieldsAdd entityName(dt.entity.service)
| filter dt.entity.service.name == "service_name"

Featured Posts