Problem:
How to disable Tracing?
Solution:
In some edge cases you might want to disable Tracing. In order to do so, you can update the Agent configuration file ( https://docs.instana.io/quick_start/agent_configuration/#configuration ) with the following:
com.instana.plugin.javatrace:
instrumentation:
enabled: false
and restart the agent for the setting to take effect.
Comments