19 Oct 2021 10:04 AM
I have had this need several times, but not sure if it can be tackled at the moment. There are times, especially when things get a little out of control, like in intense Garbage Collection events, where I imagine that a certain request is running, but has not finished. These requests, at least that I know of, won't make into Dynatrace until they have finished. Or is this not the case?
I imagine that Dynatrace knows of these requests, since they have started. Probably will need an RFE to ask for a list of outstanding requests, but before that, has anyone tackled this issue?
Solved! Go to Solution.
19 Oct 2021 10:08 AM
From my experience, this is correct. Until the request is finished, you won't see the PurePath. There are some timeouts and you can see the PurePath capture errors if it takes a long time.
19 Oct 2021 02:45 PM
Thx for your insight. I have posted a Product Idea for this in the link below.
BTW, if there is an app pool recycle, do you have an idea if these requests are exposed as Purepaths, or might they be lost?
19 Oct 2021 04:57 PM
This typically complicates when you are trying to monitor batch jobs or any long-running jobs. Best approach I'm aware of is to send a status-type metric for a job, so at least you know it started.