Skip to main content
Version: Latest

Enable AppDynamics Support

Enabling AppDynamics support allows all users to create a view called pg_stat_activity_allusers, as described in the AppDynamics - Configure PostgreSQL Collectors documentation. This can be done by applying the postgresql-enable-appdynamics-support.yml Ops file:

bosh deploy -d postgresql-service postgresql-service/postgresql-service.yml \
-o ops/postgresql-enable-appdynamics-support.yml -l config/iaas-config.yml -l config/postgresql.yml
Considerations
  • Enabling AppDynamics support in an a9s PostgreSQL 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 (executing cf unbind-service followed by cf bind-service). This is due to the fact that Cloud Foundry currently does not support implementing logic that will automate this process.