<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Export response time of requests in Dynatrace JMeter in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Export-response-time-of-requests-in-Dynatrace-JMeter/m-p/225923#M245</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;We have dynatrace-jmeter integration, getting JMeter generated data into Dynatrace:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/platform-modules/cloud-automation/test-automation/dynatrace-and-jmeter-integration#dynatrace-and-jmeter-integration" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/platform-modules/cloud-automation/test-automation/dynatrace-and-jmeter-integration#dynatrace-and-jmeter-integration&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Eg:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Request :&amp;nbsp;&lt;SPAN&gt;/api/v1/client/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Time frame: last 30 mins.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also please provide me some DT-Jmeter related Dashboard links or JSONs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 15:29:56 GMT</pubDate>
    <dc:creator>gurugogi</dc:creator>
    <dc:date>2023-11-23T15:29:56Z</dc:date>
    <item>
      <title>Export response time of requests in Dynatrace JMeter</title>
      <link>https://community.dynatrace.com/t5/Automations/Export-response-time-of-requests-in-Dynatrace-JMeter/m-p/225923#M245</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;We have dynatrace-jmeter integration, getting JMeter generated data into Dynatrace:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/platform-modules/cloud-automation/test-automation/dynatrace-and-jmeter-integration#dynatrace-and-jmeter-integration" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/platform-modules/cloud-automation/test-automation/dynatrace-and-jmeter-integration#dynatrace-and-jmeter-integration&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Eg:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Request :&amp;nbsp;&lt;SPAN&gt;/api/v1/client/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Time frame: last 30 mins.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also please provide me some DT-Jmeter related Dashboard links or JSONs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 15:29:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Export-response-time-of-requests-in-Dynatrace-JMeter/m-p/225923#M245</guid>
      <dc:creator>gurugogi</dc:creator>
      <dc:date>2023-11-23T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Jmeter - Export Response time of requests</title>
      <link>https://community.dynatrace.com/t5/Automations/Export-response-time-of-requests-in-Dynatrace-JMeter/m-p/225936#M246</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/61893"&gt;@gurugogi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried exporting a metric (e.g. Response Time for a particular request) using the Metrics API?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/get-data-points" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/get-data-points&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In case you don't have such a metric then you can define it on the DT console side and only export it later:&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/platform-modules/applications-and-microservices/services/service-monitoring-settings/calculated-service-metric" target="_blank"&gt;https://www.dynatrace.com/support/help/platform-modules/applications-and-microservices/services/service-monitoring-settings/calculated-service-metric&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 07:38:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Export-response-time-of-requests-in-Dynatrace-JMeter/m-p/225936#M246</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-10-19T07:38:54Z</dc:date>
    </item>
  </channel>
</rss>

