10 Aug 2021
11:24 AM
- last edited on
31 May 2023
01:14 PM
by
Michal_Gebacki
Hello Community,
Please, is there any way to split the exceptions by messages:
Split an exception by message (Below an example of one of the faced exceptions).
My need is:
We have a list of exceptions that impact failure rate. Some of them are functional exceptions (and the others are technical). So, I want in the failure rate, include only the technical exceptions. And also have the ability to count the number (and list) the functional (not only ignore from the statistics).
To resume:
Split Failure rate by 2: Functional and Technical.
Thanks for your help.
10 Aug 2021 03:24 PM
Hello,
I am not sure that you can group exceptions into "Functional" and "Technical" specifically, as you mentioned. However, you can tell Dynatrace to ignore certain exceptions, include certain exceptions, or define particular exceptions as client-aborted exceptions - where if a service request encounters such an exception, Dynatrace considers the request as successful, regardless of the HTTP error code or any other information.
More information on these options can be found here: https://www.dynatrace.com/support/help/shortlink/service-error-detection#client-abort-exceptions
11 Aug 2021 09:02 AM
Thanks @ryan_ott for your time and feedback,
Yes I know this method, but once configured, it's definitely considered as a successful ones, and there is no way to count it as a 'known' exception, right?