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
04-26-2019 07:48 AM
Hey all. I'm trying to create a Health Rule to be used for monitoring errors on one of our remote services. I would like for the critical condition to trigger when the error percentage is 100% (see image for the value I'm talking about). The warning condition would be when the error percentage is >50%.
What condition should I use for this?
01-27-2021 09:24 PM
Hello Riley,
You can use metrics expression:
https://docs.appdynamics.com/display/PRO44/Configure+Health+Rules
Create a variable epm with metric as SUM of errors / min
Create a variable cpm with metric as SUM of calls / min
Use these vars in the expression as {epm}*100/{cpm}
is > 100
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form