Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
01-25-2021 04:59 AM - last edited on 04-02-2024 06:13 PM by Ryan.Paredez
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
05-22-2021 06:40 AM
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
10-26-2021 02:53 AM - last edited on 10-26-2021 09:24 AM by Ryan.Paredez
Hi @Sebastian.Perna,
Is it possible to request the time series data of this query via API? Any useful reference can help
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form