Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 07-06-2017 02:56 PM
Users with applications using a java.util.concurrent.Future
package while making asynchronous calls can track their async call activity as follows:
<agent-install-dir>\ver4.x.x.x\conf\app-agent-config.xml.
<fork-config>
section.<job>
<match-class type="implements-interface"><name filter-type="EQUALS" filter-value="java.util.concurrent.FutureTask"/></match-class>
<match-method><name filter-type="EQUALS" filter-value="run"/></match-method>
<name-config operation="" type="4"/>
</job>
4. Save changes and restart the JVM.
Note: Certain resource-intensive AppDynamics features, such as asynchronous transaction tracking, can increase resource consumption. AppDynamics recommends that you monitor the memory consumption of your application to ensure that there are sufficient resources allocated to it.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form