New
Due to requests for some special use-cases like testing slower processing APIs, the 4s and 8s Apdex thresholds have just been added (previously the maximum was 2s):
⚠️ This is for endpoints which have an expected (and satisfactory) response time between 2s and 8s (e.g. aggregator, price comparator, file treatment, AI, etc..). This is not just a way to hide the performance issues of your website and make your status page looks greener 🙈
As usual this will impact your Apdex numbers, charts and the colors in your response time chart:
Additionally, to limit the number of buckets in this chart and improve readability we now group together the less relevant ones. In the above example, there's a single 0-500ms bucket whereas when using a lower apdex threshold you would see 0-125ms, 125-250ms and 250-500ms. Similarly when using a lower apdex threshold, the 8s-16s and 16s-32s buckets would be groupped in the "8s+/err" bucket as before.