28 Oct 2022 07:11 AM
Hi,
Docs say "Alerting is always enabled for key requests, even when they contribute less than 1% of throughput."
Monitor key requests | Dynatrace Docs
I was wondering is this 1% considered as part of the throughput for the specific service.
Or it is taken for the environment at all?
Any ideas?
Solved! Go to Solution.
28 Oct 2022 10:54 AM - edited 28 Oct 2022 10:55 AM
Hi @mkulov ,
This 1% is considered from the total of the specific service, not environment wide.
This means that it will be considered in the case 1 execution in 100 total for the service; but will not be in the case the total service throughput is 200. Notice that, in this cases, if the contribution affects the overall reponse time, it will raise the alert on the overall service level, instead on the request one.
Hope this helps with your doubt!
Thanks!
28 Oct 2022 11:25 AM
Thank you, @arturo_mondelo !