<?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 Re: Capture VSTS Load test transaction in APP Dynamics pro in AppD Archive</title>
    <link>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728636#M3180</link>
    <description>&lt;P&gt;Thanks for the help,&lt;/P&gt;

&lt;P&gt;I tried all the setting described by you. even though vsts transactions, are not captured in APPDynamics. Am I missing some thing. or any other settings need to be changed&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2014 19:36:39 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2014-04-02T19:36:39Z</dc:date>
    <item>
      <title>Capture VSTS Load test transaction in APP Dynamics pro</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728634#M3178</link>
      <description>&lt;P&gt;There are many plugins of appdynamics &amp;nbsp;avilable for different load testing tools like plugin for Load runner, Neoload. Are there any such plugins avilable for VSTS tool to capture load testing transaction name in app dynamics controller.&lt;/P&gt;

&lt;P&gt;If not avilable how can be correlate load testing transaction name with that of app dynamics&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 12:06:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728634#M3178</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-03-26T12:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Capture VSTS Load test transaction in APP Dynamics pro</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728635#M3179</link>
      <description>&lt;P&gt;Hi Tamal, &amp;nbsp;the LoadRunner extension makes use of the AppDynamics REST API to bring data into LoadRunner. &amp;nbsp;It sounds like you need to do the opposite, and have a way to track VSTS load inside of AppDynamics. Is that right?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If so, one option would be to add a custom HTTP header to your load test requets. &amp;nbsp;For example, if you added an HTTP header with the key: &amp;nbsp;"VSTS-LoadTest" and a value of : "Load Test 3-26-14", we can pick up that header in AppDynamics and create Business Transactions named appropriately so that you can match BTs in AppDynamics with your load tests.&lt;/P&gt;

&lt;P&gt;This would require creating a new ASP.NET match rule (under Configure - Instrumentation). &amp;nbsp;&lt;/P&gt;

&lt;P&gt;You could name the rule: &amp;nbsp;Load Test 3-26-14&lt;/P&gt;
&lt;P&gt;Match on URL is not empty and HTTP Header key=VSTS-LoadTest, &amp;nbsp;value="Load Test 3-26-14"&lt;/P&gt;
&lt;P&gt;Split on: Use the first 2/3 segments in Transaction names&lt;/P&gt;

&lt;P&gt;This would create new Business Transactions in AppDynamics named:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Load Test 3-26-14./youapp/url/path1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Load Test 3-26-14./youapp/url/path2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Load Test 3-26-14./youapp/url/path3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;etc...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Another more simple option would be to create the request header as mentioned preiously, but don't add an ASP.NET match rule. &amp;nbsp;In this case your BTs will be named as they normally would, but if we look inside of any slow transaction snapshot, in the HTTP params section, we'll be able to see which load test it was apart of just by looking at the request header. &amp;nbsp;This would just require that you create a new HTTP Request Data Collector in AppDynamics so that the header data is saved as part of the snapshot. &amp;nbsp;See&amp;nbsp;&lt;A href="http://docs.appdynamics.com/display/PRO13S/Data+Collectors" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.appdynamics.com/display/PRO13S/Data+Collectors&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Just let us know if this would work, or if you're looking to correlate another way.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 17:23:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728635#M3179</guid>
      <dc:creator>Matt_Jensen</dc:creator>
      <dc:date>2014-03-26T17:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Capture VSTS Load test transaction in APP Dynamics pro</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728636#M3180</link>
      <description>&lt;P&gt;Thanks for the help,&lt;/P&gt;

&lt;P&gt;I tried all the setting described by you. even though vsts transactions, are not captured in APPDynamics. Am I missing some thing. or any other settings need to be changed&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728636#M3180</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-04-02T19:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Capture VSTS Load test transaction in APP Dynamics pro</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728637#M3181</link>
      <description>&lt;P&gt;Hi Tamal, can you confirm that you've added a custom HTTP Request Header to all requests originating from VSTS?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Assuming the header is being sent across, let's start with the most basic configuration. &amp;nbsp;Could you please configure an HTTP data collector&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 15px;"&gt;which will collect the VSTS HTTP Request header being sent across and save it as part of the snapshot we collect?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Here is the doc for that:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;A href="http://docs.appdynamics.com/display/PRO13S/Configure+Data+Collectors#ConfigureDataCollectors-ToconfigureHTTPdatacollectors" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.appdynamics.com/display/PRO13S/Configure+Data+Collectors#ConfigureDataCollectors-ToconfigureHTTPdatacollectors&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Once the data collector is configured please configure a Diagnostic Session so that we have some extra snapshots to look at.&amp;nbsp;&lt;A href="http://docs.appdynamics.com/display/PRO13S/Diagnostic+Sessions" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.appdynamics.com/display/PRO13S/Diagnostic+Sessions&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Once we've captured a few snapshots, please drill down into the snapshot details and look in the HTTP Params section to confirm if the VSTS header is being captured.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 16:47:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728637#M3181</guid>
      <dc:creator>Matt_Jensen</dc:creator>
      <dc:date>2014-04-03T16:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Capture VSTS Load test transaction in APP Dynamics pro</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728638#M3182</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, That work, I am able to configure HTTP data collector, and able to see headers across snapshot.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 20:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728638#M3182</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-04-07T20:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Capture VSTS Load test transaction in APP Dynamics pro</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728639#M3183</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I checked in diagonastic session, I am able to capture request header, still not able to capture VSTS transaction name.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2014 11:37:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Capture-VSTS-Load-test-transaction-in-APP-Dynamics-pro/m-p/728639#M3183</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-04-10T11:37:41Z</dc:date>
    </item>
  </channel>
</rss>

