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

Getting Data from Transactions and Querying the Results

Hi Everyone!

 

I currently want to achieve the following:

  1. I want to get a data processed on transaction (an example would be employee ID) from a business transaction. I'm not quite sure if "Analytics" module is involved at this point. For example, the business transaction was made through HTTP, and the call has a field named employeeID with value of 112233. How can I breakdown the transaction and search for employeeID?
  2. With the goal achieved above, how do I use it to query on ADQL analytics?

I've been trying to figure out data collections. It's still quite unclear to me however, I understand that I need the class and method name to implement a data collector. How about the data that has been passed through HTTP? Is there any way to "dissect" the HTTP call? 

1 REPLY 1

Allan.Schiebold
AppDynamics Team (Retired)

Hi Bryan. 

This is exactly what Analytics (Business IQ) is used for. You would utilize data collectors to do that. The method invocation data collector requires you to specify a return value, parameter, or invoked object so the agent knows what data to collect. 

screenshot-demo1.saas.appdynamics.com-2020.03.17-12_19_10.png

The HTTP request data collector lets you capture the following:

screenshot-demo1.saas.appdynamics.com-2020.03.17-12_20_02.png