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