11 Apr 2022 02:39 PM - last edited on 31 Aug 2022 11:52 AM by MaciejNeumann
Hello,
1. Is there any possibility to eliminate all errors on requests that come on a specific 4xx code for example, without adding the exceptions in the ignore list ?
2. Is there a feature to ignore exceptions that are associated with a specific error code ?
For example if we have the same exception on a request that come with both error codes HTTP 404 and HTTP 500, we would like to ignore the errors that only come with HTTP 404 in association with the exception in cause.
Thank you,
Robert
Solved! Go to Solution.
11 Apr 2022 11:26 PM
Exceptions and HTTP error codes are different things. You can even have HTTP/200 with lots of exceptions.
Given this, I believe Dynatrace cannot do the configuration you want. You would probably have to submit a Product Idea, so it can be voted up, and eventually implemented.
BTW, your are trying to filter these exceptions, so that they don't show up somewhere. Where do you want them not to appear? In MDAs, Purepaths, list of exceptions inside services, etc. ?
11 Apr 2022 11:29 PM
Sorry, just noticed that you put this in a Product Idea: https://community.dynatrace.com/t5/Dynatrace-product-ideas/Exceptions-related-to-HTTP-status-codes/i...
12 Apr 2022 09:59 AM
Hello,
Simple question:
Why you dont want to use the ignore exception menu, this is very simple to use and work fine.
Also, you have an API way to build it without use the UI.
13 Apr 2022 08:09 AM
Hey, did you checked on below link ?
Ignore web request errors | Dynatrace Docs
also already accepted solution for similar requirement?