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

Dashboard for capturing errors specially (Credit card error , 404 page not found, login failures (mismatch credentials) etc)

sangeetha_mitta
Organizer

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

 

3 REPLIES 3

skrystosik
DynaMight Guru
DynaMight Guru

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


Regards, Sebastian

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


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


Regards, Sebastian

Featured Posts