In my daily work, I use Dynatrace to check any DT alert that appears. It is mostly used to check any impact that has occurred and the alert which was situated in our environment. I generally receive these alerts through email, and the email contains a hyperlink. When I click on it and open it in a browser, it redirects me directly to Dynatrace. I open it and try to backtrace all the steps and try to find endpoints on what caused the error. If I am part of a claims center team, I can see where the memory saturation was or a high number of users threshold limit.
Recently, about one week ago, I received a DT alert. The DT alert indicates that I have to go directly and search using the DT specific number. An incident gets raised in the ServiceNow dashboard and I just copy that DT alert and go to Dynatrace and search it with that specific DT key as a primary key. When I search with that, I will find what is the root cause of it. The recent occurrence was memory saturation where the memory limit was hit as I was trying to scale up storage, but users exceeded the demand. I received this alert, but it was resolved automatically. I could see why it was happening. I backtraced a few steps and saw at which time the influx was more and why it was more. I could also see the service flow where I could see which batch gets executed at which time and after which batch what the workflow is. There are some jobs that run with reactivity in production. With reactivity means all the sequence of jobs get executed at the same time. Without reactivity means only that specific job gets executed. I could see the service flow that is all the reactivity process in production, including which batch is running after that in Dynatrace. Finding out endpoints is also what I find very intriguing because it is really good. I searched that and I solved that issue.
I have integrated Dynatrace into my Guidewire application. Guidewire is an insurance product which I use.