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