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

POOR Apdex score & missing XHR data

fraza
Visitor

Our web application (Java, Spring, Postgres SQL, extJS, etc) is using Dynatrace and recently we had a task to verify the cause in the degradation of the APDEX score.

fraza_0-1666252141029.png

 

We understood that the score is being calculated based on the following:

-Load Actions

-XHR Actions

-Errors (JavaScript/HTTP)

 

XHR Actions

 

We noticed that since March 2021 there has been some inconsistencies in the XHR graph’s reading. Kindly see screenshot below which shows the XHR graph from November 2019 till now.

 

(Nov 2019 – Oct 2021)

 

fraza_1-1666252141034.png

 

(Nov 2020 – Oct 2022)

 

fraza_2-1666252141037.png

 

 

Do you know what might be the issue please? Whether or not there is a configuration that we are missing for the XHR graph.

3 REPLIES 3

Julius_Loman
DynaMight Legend
DynaMight Legend

Based on the chart is looks like Dynatrace does not detect your user actions as the load dropped since March 2021. You must first find out if you are really capturing the XHR user actions. Look at your sessions if you are really receiving them as expected.

For analyzing Apdex values, check first the errors captured and adjust error detection rules in the application if necessary (some errors do not affect users, so it's required to ignore them from Apdex calculations). Also, adjust performance metric thresholds for actions where you don't want the default value.

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

fraza
Visitor

Hello @Julius_Loman ,
Thank you for your reply.

After going through the recorded user sessions. We've found that there were sessions that capture XHR actions and many others that have no XHR action capture.

With XHR actions
fraza_0-1666785693963.png
No XHR actions
fraza_1-1666785829458.png

Could you please confirm that the fact that we are missing those XHR data might as well be a cause to the bad APDEX score? Noting that we have key actions defined and all of them are XHR actions

fraza_0-1666787464964.png

 

 

 

No, apdex is calculated from captured actions. So bad Apdex score has different reason for you. So you have basically these issues:

  • Missing XHR actions (check what technology support for single page applications you have enabled)
  • Low apdex - Filter your user actions for the frustrated and check the reason. It will be either errors happening or performance. 
  • I see your user actions have unique names. Is this really intended?
Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts