Splunk AppDynamics

profiler element child full-no-dependency-mode

Blaine_Johnson
Path Finder

Does anyone know what the full-no-dependency-mode element does in the config.xm. file for .NET?  This seemed to be "automatically" inserted into an existing config.xml.  It's a child of the profiler element under app-agents.  My app agent will not start and am wondering if this is having an affect.   No hits on Google searches for this particular configuration.

<app-agents>

    <profiler>

      <full-no-dependency-mode />

    </profiler>

    <IIS>

Labels (1)
0 Karma
1 Solution

Satyam_Jaitely
Explorer

Full-no-dependency-mode configuration changes the internal framework around how agent instruments the applications. This mode was introduced to workaround any code access security issues that some of the instrumented applications may encounter. 

If it's breaking for you, can you try the below workaround? 

  1. Edit the config.xml to add the following xml element within the <app-agents> element.
    • <profiler>
      <full-no-dependency-mode enabled="false" />
      </profiler>
  2. Save the Config.xml file.
  3. Restart the AppDynamics.Agent.Coordinator service.
  4. Restart the instrumented process (the application pool in this case).


If your application works fine with this configuration disabled then you can keep that as a workaround until the fix for this issue is released in GA version. There is no impact on visibility provided by agent when this mode is set to false. 

View solution in original post

Satyam_Jaitely
Explorer

Full-no-dependency-mode configuration changes the internal framework around how agent instruments the applications. This mode was introduced to workaround any code access security issues that some of the instrumented applications may encounter. 

If it's breaking for you, can you try the below workaround? 

  1. Edit the config.xml to add the following xml element within the <app-agents> element.
    • <profiler>
      <full-no-dependency-mode enabled="false" />
      </profiler>
  2. Save the Config.xml file.
  3. Restart the AppDynamics.Agent.Coordinator service.
  4. Restart the instrumented process (the application pool in this case).


If your application works fine with this configuration disabled then you can keep that as a workaround until the fix for this issue is released in GA version. There is no impact on visibility provided by agent when this mode is set to false. 

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...