Forum Discussion
Hi,
It might help if you let us know creation of what script you have completed, where, how and what for it is running and what do you like to get from the integration with Dynatrace. (A few words about Dynatrace might help as well.)
- Ramesh12347 years agoNew Contributor
HI,
We have java script recording and 'ecomp' which is server application. We would like to get the Monitoring from Integration with dynatrace.
- baxatob7 years agoCommunity Hero
Hi,
Last summer we did a pilot load testing project using Dynatrace as a monitoring system.
You should add a custom header to the each request, which you want to track with Dynatrace agents.
The core task for us was to analyse the full stack of requests and to define the proper request(s) for tracking.
The custom header looks like:
X-dynaTrace: TN=Login;TR=7a22222fc;RC=200
Where TN is the name of the tracked process (e.g. Login or SendPayment), TR - unique ID
Then you will be able to track this requests via Dynatrace dashboard.
- AlexKaras7 years agoChampion Level 3
Hi,
Thank you for the details. Now I see the real reason for your https://community.smartbear.com/t5/LoadComplete-Feature-Requests/To-add-custom-headers-to-several-to-all-requests-of-the-given/idi-p/149249 feature request.
- AlexKaras7 years agoChampion Level 3
Hi,
I'm still not sure that I understand what, how and what for you'd like to integrate.
> We have java script recording and 'ecomp' which is server application.
LoadComplete does not record any script.
LoadComplete records http(s)/WebSocket traffic, replays it and measures time it takes for the request to return data. Issued requests create a load on the target web server and web server may create corresponding load on the backend database, etc. But this load must be measured either via performance counters provided by the OS or via specialized tools/means (e.g. database profiler/monitor).
Thus, the question remains - what you are going to integrate and what exactly you'd like to get as the result.
Related Content
Recent Discussions
- 12 months ago
- 3 years ago
- 3 years ago
- 3 years ago