I need to configure Health Rules for multiple business transactions and receive all exceptions from those. However, I have few exceptions that need to be excluded from alert and I do not want to receive alerts for them.
How can I setup that rule? AppDynamics is only giving me an option to filter by Name of exception and that is too generic as under FaultException there may be different errors.
Hi @Mahesh.shukla,
Given how old this post is, it's unlikely anyone is going to respond to it. When a post is years old, it's better to ask the question fresh, you can even reference this post in the new one for context (if it helps).
At this point, you may want to contact AppD Support. How do I submit a Support ticket? An FAQ
Hello @Mahesh.shukla,
Have you seen this AppD documentation? https://docs.appdynamics.com/appd/22.x/latest/en/application-monitoring/troubleshooting-applications...
Hello Ryan,
Thanks for your prompt response !
yes, I have already seen this document. Requirement is to set the health rule based on Exception Summary NOT Exception Type/Exception name, which is not mentioned in the document neither I can see any option in UI for the same.
Any help on this would be highly appreciated.
If you create a match rule it will only match the name of the exception which is type of exception
for example - FaultException. Alternatley you can create a health rule on Error Rate (do check the attached screens for your referance) as per your requirements you can apply rule by selecting only those exception which are required to get alerted and leaving those for which you dont want to get alerted.
Hi,
I'm aware that I can filter by specific type of exception, but in my case I need more detailed filtering by summary of exception.
Lets say we have couple of exceptions from type/name FaultException. Bellow are the examples:
1. System.ServiceModel.FaultException=communication error with gateway
2. System.ServiceModel.FaultException = Option Is Not Valid For Job Status
Second one is expected business exception and we want that excluded from notifications (alerts). If I exclude the whole type FaultException I would miss the real exceptions (in our case the 1st one)
I have the same use case. There is a known SqlServerException error that I do not need to receive alerts on (i.e. 'error converting nvarchar to int'), however, I DO want to receive an alert and trigger a thread dump when I receive a 'Socket Closed' exception.
Is there any way to filter on the details of the exception and not just the name?
Did anyone get a solution on it, I too have similar requirements where I need to configure alerts based on Exception Summary.