Forum Discussion

Ramesh1234's avatar
Ramesh1234
New Contributor
7 years ago

How to integrate Load Complete with Dynatrace

I have completed Script creation and it is running. so, my question is "How to integrate it with Dynatrace"?

6 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    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.)

    • Ramesh1234's avatar
      Ramesh1234
      New Contributor

      HI,

         

      We have java script recording and 'ecomp' which is server application. We would like to get the Monitoring from Integration with dynatrace.

       

      • baxatob's avatar
        baxatob
        Community 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.