Problem:
How to disable Node.js Sensor?
Solution:
In some edge cases you might want to disable Node.js Sensor. 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.nodejs :
enabled: false
and restart the agent for the setting to take effect.
Comments