02 Dec 2020 01:54 PM - last edited on 31 Aug 2022 11:48 AM by MaciejNeumann
Hello all,
I want to exclude some URIs with http code (401, 402, 403 and 404) from errors.
We did this on AppMon, but on OneAgent it's hard to find the way.
thank you for your help
Solved! Go to Solution.
02 Dec 2020 02:43 PM
You can do something along these lines but there's a few steps:
First, you need to break out those requests from the ones that are not failing through a request naming rule. You could decide what makes the most sense but the goal is to break these requests out into a separate request when your conditions (url and error codes) are met.
After this as these requests come in they will end up in this new named request. You can then mute this request and it will be excluded from error rates and alerting etc...
https://www.dynatrace.com/news/blog/mute-monitoring-problematic-service-requests/
03 Dec 2020 10:28 AM
Hello @James K.
The option 'mute' not exist and nothing in the documentation.
Your blog si since 2016.
03 Dec 2020 02:42 PM
The blog is old but the info is still relevant/up to date. Nothing has changed for this feature since then:
10 Dec 2020 12:36 PM
Thank you for your feedback.
When I create the naming rule, the new one will be created as a request with the defined name ?