Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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
User | Count |
---|---|
5 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form