12 Jun 2022
06:18 PM
- last edited on
13 Jun 2022
01:36 AM
by
MaciejNeumann
Dynatrace allows me to plot an exception over time as below.
Is there a way to plot or query the Message within the exception over time like the below?
Solved! Go to Solution.
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 :
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.
Thanks for the Information. I consider it answered for "supported technologies"
Yes indeed, need to do some customisation here.
Capture any request attributes using OneAgent SDK | Dynatrace news
Github link : https://github.com/Dynatrace/OneAgent-SDK-for-NodeJs#set-custom-request-attributes
Thanks