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

Migrate Request Attributes (Java) from AppMon to Managed

urs_fischer
Helper

Hello together

 

I currently have a task of rebuilding a class/method from AppMon into Dynatrace Managed with the following configuration in AppMon:

urs_fischer_0-1628760922500.png

I know the Class, the Method and there is also the Argument "3 Declaration Type" with the Value 1.

Is there a easy way to migrate this with "Request Attribute" in Dynatrace Managed? I found the following:

urs_fischer_1-1628761256577.png

 

Thanks for all your thoughts and tips.

3 REPLIES 3

ChadTurner
DynaMight Legend
DynaMight Legend

You should be able to leverage the request attribute. were you able to get it all configured? 

-Chad

awahab
Helper

Request attribute is the right way to do it to extract the parameters as attributes. But from the screenshot from AppMon you are using it to create the Business Transactions. So you need 3 things to do in Managed.

 

1. Create Custom Service Detection.

2. Create Request Attribute

3. Create Multi-Dimensional Analysis or a Custom Chart/Dashboard

 

Step 1:

 

Lets assume your class is like below

 

awahab_0-1630099586989.png

 

Create Custom Service Detection like below

 

awahab_1-1630099623829.png

 

Once you created the custom service

 

you can create Request Attributes like below

 

awahab_2-1630099665085.png

 

Restart you process once above is done. Now you can create the Multi Dimensional Analysis like below.

 

awahab_3-1630099780011.png

 

 

Thanks for your answer. I found almost the same path to create a BusinessTransaction in Dynatrace Managed:
- Create a Cusom Service

- Create a Request Attribute to collect the Attribute i need

- Mark as Key Request if you need special attention to the Requests and also if you need those in long-term history

- Create custom Metric with Multidimensional analysis, Create Analysis view

- Use the custom Metric on Dashboard

Dynatrace Managed is awesome, but if you have customer that knows  AppMon, it is sometimes hard to migrate them. Why not make a Documetation about "how to migrate from AppMon to Managed" with all the parts like BusinessTransaction, Alertings, Dashboards and so on. Also compared to AppMon, the dashboard part is not yet very mature (no thrilldown as it was possible in AppMon, not responsive etc.).