23 Sep 2025 11:56 AM
In our Dynatrace dashboard, the p90, p99, and avg graphs are showing identical values.
Solved! Go to Solution.
23 Sep 2025 12:07 PM
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"