newrelic / nr1-pageview-map

NR1 Pageview Map allows you to explore Browser data geographically.
https://discuss.newrelic.com/t/new-relic-one-page-view-map-nerdpack/87602
Apache License 2.0
3 stars 13 forks source link

Apdex T value not being acknowledged, instead possible falling back to default Apdex T value (0.5) #59

Open OscarLopezEns opened 3 years ago

OscarLopezEns commented 3 years ago

Description

For some reason our deployment of "PageView Map" on our Browser app is not acknowledging the Apdex T value correctly and it would seem instead is just taking the default Apdex T value of "0.5", hence all the geo location points on the map are showing a red critical status (since all durations are way over the default Apdex T value of 0.5), which should not be the case.

Steps to Reproduce

Our Apdex T value: image image

Example of all geo points showing a critical status. image

This Browser app is still running a fairly old version of the Browser agent (1071), so not sure that is the reason. Is there a minimum required Browser agent version required for the correct Apdex T value to be acknowledged?