cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Reasons for failed requests - Plot over time?

Dynatrace allows me to plot an exception over time as below.

benjamin_mullan_1-1655082968790.png

 

Is there a way to plot or query the Message within the exception over time like the below?

benjamin_mullan_0-1655082928873.png

 

5 REPLIES 5

uros_djukic1
Dynatrace Advisor
Dynatrace Advisor

Hello Benjamin, 

To answer you quickly, yes it is possible via Request Attribute. 
Thus, to have to do this properly, you have to select your Exception class name, please see below the screenshot :

uros_djukic1_0-1655108010739.png

Afterward, you will be able to plot onto your MDA chart as new detected placeholder, and eventually convert to custom metrics (calculated service metrics). 
Thanks

Alas! I am using Node.js and cannot find the corresponding Request attribute source as you have shown for Java.

 

I'm assuming for Node.js the SDK approach is going to be suggested.

benjamin_mullan_0-1655156167475.png

 

Thanks for the Information. I consider it answered for "supported technologies" 

I have found another approach for nodeJS.

 

Create an exception based custom metric and in the advanced settings it allows you to split by
Exception:Message 

benjamin_mullan_0-1663281597097.png

 

Hi @benjamin_mullan ,
Thanks for sharing, yes indeed you can use by custom metric (Calculated service metric), only if your dimension {Exception:Message} has enough parameters to get it. Otherwise, you have to configure via Request Attribute to deep dive on it and hope to pull more content into parameter.

Featured Posts