I added dynatrace header, NA=pTest-${__P(JOB_NAME)}.${__P(BUILD_NUMBER)}.${__samplerName()};TR=${__P(DT_TESTRUN_ID)};SN=${__P(JOB_NAME)}.${__P(BUILD_NUMBER)}.${__samplerName()} in my Jmeter scripts and executed it locally as well as Jenkins.
I am observing a discrepancy in the Tagged Web Requests list
- In case of local execution, all HTTP requests are not being listed. The listed requests are not consistent for each run.
- Jenkins execution lists all requests in Tagged Web requests view but the count observed in Dynatrace AppMon client is far less than that in Jenkins
Answer by Shruthi B. ·
The issue was Dynatrace server running out of memory which led to Early Discarded purepaths. Restarted the server. It ran without any issues.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET