<?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 .Net CORE 6 - Implementing AppDynamics in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738376#M10908</link>
    <description>&lt;P&gt;I'm going to implement AppDynamics to a .net core 6 rest api, and I can't get a successful connection.&lt;BR /&gt;&lt;BR /&gt;I followed the steps from the link below:&lt;BR /&gt;&lt;A class="" href="https://docs.appdynamics.com/appd/22.x/latest/en/application-monitoring/install-app-server-agents/net-agent/net-microservices-agent/install-the-net-core-microservices-agent-for-windows" target="_blank" rel="noopener noreferrer nofollow"&gt;https://docs.appdynamics.com/appd/22.x/latest/en/application-monitoring/install-app-ser[…]agent/install-the-net-core-microservices-agent-for-windows&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What I notice is a single line in the profiler log and nothing else&lt;BR /&gt;&lt;BR /&gt;2022-10-10 15:55:33.258255[0x00001b94]&amp;lt;info&amp;gt;:Use CoreCLR profiler&lt;BR /&gt;&lt;BR /&gt;With that type of log, I can't even infer if it's a connection issue or an implementation issue.&lt;BR /&gt;Is there a demo project for visual studio, a sample to base on?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2022 19:05:34 GMT</pubDate>
    <dc:creator>Maximiliano_Gui</dc:creator>
    <dc:date>2022-10-10T19:05:34Z</dc:date>
    <item>
      <title>.Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738376#M10908</link>
      <description>&lt;P&gt;I'm going to implement AppDynamics to a .net core 6 rest api, and I can't get a successful connection.&lt;BR /&gt;&lt;BR /&gt;I followed the steps from the link below:&lt;BR /&gt;&lt;A class="" href="https://docs.appdynamics.com/appd/22.x/latest/en/application-monitoring/install-app-server-agents/net-agent/net-microservices-agent/install-the-net-core-microservices-agent-for-windows" target="_blank" rel="noopener noreferrer nofollow"&gt;https://docs.appdynamics.com/appd/22.x/latest/en/application-monitoring/install-app-ser[…]agent/install-the-net-core-microservices-agent-for-windows&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What I notice is a single line in the profiler log and nothing else&lt;BR /&gt;&lt;BR /&gt;2022-10-10 15:55:33.258255[0x00001b94]&amp;lt;info&amp;gt;:Use CoreCLR profiler&lt;BR /&gt;&lt;BR /&gt;With that type of log, I can't even infer if it's a connection issue or an implementation issue.&lt;BR /&gt;Is there a demo project for visual studio, a sample to base on?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 19:05:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738376#M10908</guid>
      <dc:creator>Maximiliano_Gui</dc:creator>
      <dc:date>2022-10-10T19:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738377#M10909</link>
      <description>&lt;P&gt;Ok, finally I've got it to start creating other log files which brings a couple of conclutions and&amp;nbsp; questions:&lt;BR /&gt;&lt;BR /&gt;1. For the&amp;nbsp; profilers environment variables I had to use FULL PATHs&lt;BR /&gt;"CORECLR_PROFILER_PATH_32": "...\\AppDynamics.Profiler_x86.dll"&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. In the AppDynamicsAgentLog.config file the following wildcard exists by default&lt;BR /&gt;${environment:variable=PROGRAMDATA}&lt;/P&gt;
&lt;P&gt;This is a problem in IIS, so, does this support a relative path for IIS? should I replace that wildcard with ".\"?&lt;BR /&gt;&lt;BR /&gt;3. I was forced to specify a "node" value for this to start working in the AppDynamicsConfig.json&lt;BR /&gt;&lt;BR /&gt;4. If I follow the instructions and let the solution generate the APPNAME.AppDynamicsConfig.json it doesn't work, when I just leave&amp;nbsp;AppDynamicsConfig.json it starts generating the log files and attempting to send telemetry.&lt;BR /&gt;&lt;BR /&gt;How can I validate in the logs that telemetry was sent to the server successfully?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 20:09:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738377#M10909</guid>
      <dc:creator>Maximiliano_Gui</dc:creator>
      <dc:date>2022-10-10T20:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738378#M10910</link>
      <description>&lt;P&gt;I need help resolving the&amp;nbsp; point 4 in IIS it doesnt like to have APPName first, and visual studio keeps generating that regardless of what I do with the json file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 19:41:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738378#M10910</guid>
      <dc:creator>Maximiliano_Gui</dc:creator>
      <dc:date>2022-10-11T19:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738379#M10911</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/156170"&gt;@Maximiliano.Guillen&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Are you saying step 4 in the Documentation is no longer correct or is leading to errors? If so, can you specify which step 4 you are referring to? I can then share this with the Docs team to have someone look into it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 16:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738379#M10911</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2022-10-12T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738380#M10912</link>
      <description>&lt;P&gt;Hi Ryan, correct! after adding the nuget package to the solution, it auto generates a file called&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;&amp;lt;executable_name&amp;gt;&amp;gt;.AppDynamicsConfig.json where&amp;nbsp;&amp;lt;&amp;lt;executable_name&amp;gt;&amp;gt; is the project name in visual studio, and when you compile is copied into the bin folder, but that doesnt activate AppDynamics, only when I manually removed the "executable name" part it starts working. So the file needed is plain and simple&amp;nbsp;AppDynamicsConfig.json.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;The other problem is VS behavior that adds the prefix, I would like to remove that as well, otherwise it forces us to add additional steps in our deployment tool to fix the file name.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 16:58:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738380#M10912</guid>
      <dc:creator>Maximiliano_Gui</dc:creator>
      <dc:date>2022-10-12T16:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738381#M10913</link>
      <description>&lt;P&gt;I want to clarify that after I figured this out the solution started sending telemetry to our server. So its working, and we are happy. It just the trouble of following docs that are not accurate, or its probably a bug. Thanks for your help I await your suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 17:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738381#M10913</guid>
      <dc:creator>Maximiliano_Gui</dc:creator>
      <dc:date>2022-10-12T17:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738382#M10914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/156170"&gt;@Maximiliano.Guillen&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for clarifying. I have reported this to the Docs team for them to investigate. I will report back when I hear something from them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 17:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738382#M10914</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2022-10-12T17:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738383#M10915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/156170"&gt;@Maximiliano.Guillen&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Still working on getting the Docs updated, but I heard this from a coworker.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When someone is using in-process hosting for IIS, they should add property &amp;lt;AppDynamicsUseCatchAllConfig&amp;gt;True&amp;lt;/AppDynamicsUseCatchAllConfig&amp;gt; in there csproject. With it, config will be named just AppDynamicsConfig.json&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 20:30:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738383#M10915</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2022-10-18T20:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738384#M10916</link>
      <description>&lt;P&gt;Oh, nice! That's what I need. Thanks1&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 13:49:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738384#M10916</guid>
      <dc:creator>Maximiliano_Gui</dc:creator>
      <dc:date>2022-10-24T13:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE 6 - Implementing AppDynamics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738385#M10917</link>
      <description>&lt;P&gt;That last thing, worked like charm, thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 19:11:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-6-Implementing-AppDynamics/m-p/738385#M10917</guid>
      <dc:creator>Maximiliano_Gui</dc:creator>
      <dc:date>2022-10-27T19:11:22Z</dc:date>
    </item>
  </channel>
</rss>

