12 Jan 2022 06:13 AM - last edited on 12 Jan 2022 08:26 AM by MaciejNeumann
I have integrated jmeter with dynatrace. Now I have recorded script using jmeter. I need to monitor the transaction such as login and logout which is holding multiple request, but dynatrace is showing result for all the http request, Can you help me to monitor collection of the request.
I have the screen shot which request needs to be grouped in single transaction.
Solved! Go to Solution.
12 Jan 2022 10:49 AM
This is not possible. Requests are monitored always individually, you cannot chain them on this service level by any means. You can just use the naming rules to consider some of the requests are equal, but it won't be a chain.
For the metrics for (group of requests), it's best to go to JMeter for the values (e.g. my login flow includes 5 requests).
If it is possible to setup a custom service on the JMeter side, which will cover your one transaction (this requires detailed knowledge about JMeter code anyway) then it's probably the only way how to see it in Dynatrace. In a single request for the custom service you will see the individual login transactions. You can use the Method Hotspots to help you find the right place - if that is even possible.
13 Jan 2022 05:55 PM
Thank you so much @Julius_Loman
13 Jan 2022 10:03 PM
Just one note: there is a recent blog post about jmeter integration that you might want to take a look at:
https://www.dynatrace.com/news/blog/release-readiness-through-ai-based-white-box-resiliency-testing/