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

How to calculate Average of "Response Time", Please help me with query?

Dynatracer1218
Participant

Hi,

I am trying to write query to get “Response Time” Average. I am getting Null, when I ran the below query. Can someone please help me on how to calculate the Average of “Response Time”?

Dynatracer1218_0-1724948034455.pngDynatracer1218_1-1724948119117.png

Thanks in Advance!

1 REPLY 1

jaume_reverte
Dynatrace Advisor
Dynatrace Advisor

Hello, 

For what you are sharing can be that Dynatrace is detecting the value as a String. To check the type use type(ResponseTime) and if it is a String then change it to Number using asNumber(ResponseTime). 

 

Hope you a good monitoring!
Jaume Reverte

Featured Posts