22 May 2019 09:28 AM - last edited on 10 May 2021 01:19 PM by MaciejNeumann
Hi
Could you please guide me on how to create dashboard to display the below information? (Dynatrace Oneagent)
Dashboard for capturing errors specially (Credit card error , 404 page not found, login failures (mismatch credentials) etc)
Thanks&Regards
Sangeetha
Solved! Go to Solution.
22 May 2019 09:34 AM
You will have to use multidimensional analysis view. You will not make it as dashboard. There is an EAP program that will allow you creating custom metrics based on values from those charts. Then you will be able to chart them. For now it may be hard.
There are some metrics in custom chart available for key requests. So you can create custom chart which will show you all requests with 4XX error from services (you can filter them for example by tags). I think this is best approach for you.
Regards,
Sebastian
22 May 2019 12:47 PM
Thank you Sebastian. I created custom charts with 4XX error.
Now, customer is asking
what about specific pages hit? Can we count Credit card errors by a page that gets hit after this happens or a redirection ?
Could you please guide how to achieve the above requirement?
Thanks&Regards
Sangeetha
22 May 2019 01:17 PM
It's not so easy. When we have redirection, headers may be important. There you will find information about referer (page from which redirection was performed). Than you should be able to filter requests by referers that are interesting for you, error and request. After all of this you should have what you need but this will be only possible on multidimensional analysis.
Another option is modification of frontend code by adding session parameter in such scenarios. After this operation (if you have 100% cover on RUM sessions) you can count such events.
Sebastian