These are appearing at the top of my exceptions list. I have not seen a specific description of this error type and am trying to find a cause for them. Is this just an exception that dynatrace creates if we have multiple measures on a given purepath that have measures that get violated?
Answer by Andreas G. ·
Hi
Dynatrace will capture a lot of exceptions as configured in your Exception Sensor. By default we aggregate the same exception type so that in the PurePath we show you that you had e.g: 300 Exceptions of that type and 100 of a different type in case you have more than 3 isntances of these exception types per PurePath underneath an instrumented method node.
So - for the first 3 exceptions of any type dynatrace will TRY to capture full details including full stack trace. For the rest it will just count the instances but will not capture stack traces. I said TRY as we also have a Stack Trace Capturing Limit. If you check out the configuration of your Exception Sensor in your System Profile you can see how many stack traces we capture per second. Default is 16. Thats why most of your exceptions - especially if your app is in a mode where it throws a lot of them - will not show stack trace information. And - for those exceptions that are thrown more than 3 times per purepath we also only capture the class but not the detailed messages for each instance
This is the reason why you see this type of data.
If you want to see more details then you could increase the capture limits (> 16 per second) or even for a short period of time turn off Exception Aggregation in the sensor prpoerties. I say "short period" because we built this feature to capture exception count but not all the details as it is typically not necessary to have all stack traces and it also means some overhead that we add
I hope this explanation makes sense
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET