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
06-22-2021 11:50 PM - last edited on 06-23-2021 08:26 AM by Ryan.Paredez
Hi Experts,
I need suggestions on how we can send email alerts for specific error codes for a Business Transaction.
BT and Error detection is working as expected, the question is only on alerting part.
Consider, BT1 have errors reported as 400,500,300,XXX.
The requirement is to get an email alert when 500 errors are more than 1 for BT1.
Any pointers will be helpful.
Regards,
Sahil
06-23-2021 01:23 PM
Hi Sahil,
If you have Analytics, then you could define an Analytics metric with a query similar to this:
SELECT count(*) FROM transactions WHERE transactionName = "BT1" and userExperience = "ERROR" and segments.errorList.errorCode = "500"
And then define your Health Rule based on this metric.
Mark
06-27-2021 06:24 AM - last edited on 06-28-2021 09:19 AM by Ryan.Paredez
Hi @Mark.Byrne
Thanks for your suggestion, I missed mentioning that we do NOT have an analytics license.
Regards,
Sahil Gupta
06-28-2021 02:46 PM
Hi Sahil,
I wondered if that was the case.
The only other thing I can think of, which might not be appropriate in your case, is to use the Error Detection configuration to ignore all HTTP errors apart from the 500.
This of course would mean you would lose visibility of the other errors codes, so probably isn't a good option.
Mark
07-01-2021 09:01 AM
Hi Mark,
As you pointed right, we can ignore all HTTP errors apart from the 500 but it is not a good solution. At least if we have an option to ignore errors for specific business transaction(Instead of whole Application), that would have helped.
Thanks Mark for your suggestions. Lets keep this discussion open to see if anyone else can contribute.
Regards,
Sahil Gupta
User | Count |
---|---|
2 | |
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