Enable AppDynamics Support
You can enable AppDynamics support for all Service Instances of an a9s MongoDB Data Service by applying the following Ops file:
bosh deploy -d mongodb-service mongodb-service/mongodb-service.yml \
-o ops/mongodb-enable-appdynamics-support.yml -l config/iaas-config.yml -l config/mongodb.yml
When enabled, any user created in the a9s MongoDB Service Instance will have the required privileges as described here.
Considerations
- Enabling AppDynamics support in an a9s MongoDB Data Service, enables them for all Service Instances of said Data Service.
- Any service binding (
cf bind-service) created before AppDynamics support was enabled will have to be recreated (executingcf unbind-servicefollowed bycf bind-service). This is due to the fact that Cloud Foundry currently does not support implementing logic that will automate this process.