cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Export response time of requests in Dynatrace JMeter

gurugogi
Participant

Hi All,

We have dynatrace-jmeter integration, getting JMeter generated data into Dynatrace:


https://www.dynatrace.com/support/help/platform-modules/cloud-automation/test-automation/dynatrace-a...

 

Requirement is to export Requests Response time(min,max,avg, 90th percentile) in csv format, I know we can see response time from distributed traces by filtering Request attribute(TSN) on a particular service but if we want to export response time data for a particular request during particular time frame, please let me know how it can be achieved.

Eg: 

Request : /api/v1/client/

Time frame: last 30 mins.

Also please provide me some DT-Jmeter related Dashboard links or JSONs.

Thanks

1 REPLY 1

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi @gurugogi 

Have you tried exporting a metric (e.g. Response Time for a particular request) using the Metrics API?

https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/get-data-points

In case you don't have such a metric then you can define it on the DT console side and only export it later:
https://www.dynatrace.com/support/help/platform-modules/applications-and-microservices/services/serv...

Radek

Have a nice day!

Featured Posts