There are three main ways to disable the Java agent:
Method 1 – Set agent_enabled to false in newrelic.yml(linux), then restart the JVM.
Method 2 – Use the JVM command line flag:
-Dnewrelic.config.agent_enabled=false
Then restart the JVM.
Method 3 – Remove the newrelic.jar or newrelic.yml file from specified location, then restart the JVM.
Note – After you disable the agent, it may take several minutes for data to stop showing up.
Method 4 – To permanently disable APM, uninstall the agent.
To remove the Java agent: Delete the newrelic folder from your app server’s root directory. Remove the JVM argument you used to include the agent in your startup script. After you complete these steps, restart your app.
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024