Hi
I would like to setup a query to reflect the ApDex Index of an application performance.
i am not able to translate the docu into a proper query - any idea ?
BR, Reto
I found kind of a solution with this query:
SELECT 100.0 * filter(count(*), userExperience != "ERROR") / count(*) FROM transactions WHERE application = "application" SINCE 1 minutes
This gives me the ratio in % of the completed transactions. But in my case still it isn't what i am looking for
Hi @Sebastian.Perna,
Is it possible to request the time series data of this query via API? Any useful reference can help