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
05-22-2021 06:50 AM - last edited on 05-24-2021 09:57 AM by Ryan.Paredez
HI! I am trying to create something similar to the transaction scorecard with some business rules and saving each calculated % for dashboards and reports. For example:
Login 99.30% availability in the time range, where we calculate this by doing "Number of Transactions - Transactions with Technical Errors / Number of Transactions" from a set of business transactions. We want this to see it online and also to have a daily and monthly ratio.
I tried this query that gives me the number that i want:
SELECT 100.0 * filter(count(*), userExperience != "ERROR") / count(*) FROM transactions WHERE application = "application example" AND transactionname = "login business transactions example" SINCE 1 minutes
But I cannot save that as a metric and also it is not exact when trying to see a 1 month period.
Is there a way to calculate this?
Is it possible to use Experience Level Management?
Regards
06-17-2021 02:01 AM
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form