cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The AppDynamics Community is Migrating this Friday, February 28th.


At 6pm PST, the AppDynamics Community will go into read-only mode and after migration is complete, you will be redirected to community.splunk.com.
Read more here


Creating a Health Rule condition for total error percentage

Anonymous
Not applicable

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?error screenshot.png

1 REPLY 1

Nawaz Ali.Mohammad
AppDynamics Team

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

Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Top Kudoed Authors