Dynatrace integration

LoadRunner Developer supports data push to the Dynatrace monitor on the AUT server during the test run, enabling correlation of the web server data collected by the Dynatrace agents, with the data provided by the DevWeb tests. When the integration is enabled, an additional header containing test transaction information (x-dynatrace-test header) is added to each web request.

To enable the integration, in the rts.yml file, set enableDynatrace value to true. For details on editing the runtime settings, see Customize runtime settings.

Back to top