Hi,
I'm looking for some recommendations on design and implementation for a custom HTTP data collection of an XML data source.
Data access is simple- https://servernum1.xyz/xml/xmldata.do
The data is all formatted XML headers and metrics. Several hundred metrics...
Any suggestions for collections? This data would be every minute from several dozen systems. Then your dashboards could add these application metrics to our existing agent collections for Server OS, Database and Java etc.
Hi,
Sorry that your requirement was not very clear for us to address your problem. Based on what we understood that you would like to collect XML based payload information.
If that is right, then you could find the right API call in your code and define method invocation data collector to fetch those needed details
https://docs.appdynamics.com/display/PRO43/Data+Collectors
Also please refer for splitting XML using Xpath for BT detection
https://docs.appdynamics.com/display/PRO43/Split+Servlet+Transaction+by+Payload+Examples
Please let us know if you are looking for anything different from what we wrote.
Thanks
Rajesh