08 Jul 2020 12:47 PM
Hi,
We have a usecase to monitor the batch job which update the certain records in the CRM system. I can see these jobs as web request under one of the service monitored by DT. Operations team need alert on the job failure or if jobs are timeouts. We can see the status and response time of these job in DT.
Now the challenge is that these are not triggered frequently so it is like
How we can alert on failure of such request/job?
Please note there is no agent installed on CRM. CRM service is being monitored remotely from calling system where we have full stack agent
Thanks
Suresh
Solved! Go to Solution.
08 Jul 2020 02:27 PM
Hello,
For What I understand the request will have different names but will be on the same service. And also you will be triggering just one job on that service. If that is the case, I think your best solutions would be to create a custom alert https://www.dynatrace.com/support/help/how-to-use-dynatrace/problem-detection-and-analysis/problem-d...
or modify the configuration from the service to use a static threshold at service level, instead of the baseline deviation https://www.dynatrace.com/support/help/how-to-use-dynatrace/problem-detection-and-analysis/problem-d...
If you still want to get Dynatrace to record the baseline of that service, I recommend you to set some maintenance windows during all the time the batch process is not running.
Regards
08 Jul 2020 03:48 PM
Another thing to consider is adding a naming rule to the service so that the name does not appear different every time the job runs. Then you can mark that as a key request and adjust anomaly detection for it.
If there is a 'run id' or something like that you'd be interested in in the 'original' name then you can define a request attribute to pull that out.