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

Is it possible to pull data from an XML payload using request attributes?

JamesD09
Dynatrace Participant
Dynatrace Participant

We have some MQ queues which carry xml payloads containing order details....we want to pull certain data from these xml payloads. Is this concept possible through the use of Request Attributes? 

 

 

3 REPLIES 3

I don't believe this is possible, link to a similar discussion: https://community.dynatrace.com/t5/Dynatrace-Open-Q-A/How-to-get-request-parameters-on-JSON-request/...

 

If I understand this correctly, Dynatrace is not actually capturing/analyzing request payloads due to the significant performance impact that would require.

 

The alternative approach is to instrument the java/method that sets these parameters (where you can set a request attribute).

 

techean
Dynatrace Champion
Dynatrace Champion

agree with @richard_guerra 

KG

AntonioSousa
DynaMight Guru
DynaMight Guru

Featured Posts