Install the Dynatrace Service Broker for Cloud Foundry dashboard tile
Find out how to install and configure the Dynatrace Service Broker for VMware Tanzu Platform dashboard tile (formerly Pivotal Platform), as well as how to set up application monitoring for the Dynatrace SaaS/Managed service by creating an instance of the service and binding it to an application.
Install the Dynatrace Service Broker tile
Install the Dynatrace Service Broker tile through your Ops Manager Installation Dashboard by performing the following steps:
- Download the product file from VMware Tanzu Network.
- Upload the product file from the Ops Manager Installation Dashboard.
- Click Add next to the uploaded Dynatrace Service Broker tile in the Ops Manager Available Products view to add it to your staging area.
Click the newly added Dynatrace Service Broker tile to open the configuration options.
- Click Save.
Configure the Dynatrace Service Broker tile
Multiple Dynatrace SaaS/Managed environments can be supported simultaneously.
To configure the Dynatrace Service Broker tile, perform the following steps:
-
In VMware Ops Manager, click the Dynatrace Service Broker tile to open its configuration options.
-
Click Assign AZs and Networks to configure the network and availability zones.
-
Perform the following steps to create and configure each service plan.
- Enter a
Plan Name
. - Type your Environment ID and Paas token.
- Type your apiURL.
- Click Save.
Adapt the
apiurl
setting according to your environment:Replace the Dynatrace
ENVIRONMENTID
inhttps://ENVIRONMENTID.live.dynatrace.com/api
with your own environment ID.Use
https://YourActiveGateIP:Port/api
orFQDN:9999/e/<ENVIRONMENTID>/api
to download the OneAgent, as well as to communicate OneAgent traffic through the ActiveGate. - Enter a
-
Click Apply Changes.
Set up application monitoring
To set up application monitoring with the Dynatrace SaaS/Managed Service, bind the service to an application in Apps Manager or use the cf CLI. Run the command below to pass the parameters.
1cf create-service SERVICE PLAN SERVICE_INSTANCE
- SERVICE needs to be
dynatrace
. - PLAN depends on the plans that have been configured in Ops Manager; in the example above, this would be
planname
. - SERVICE_INSTANCE is the name of the
cf
service that will be created and which you need to bind to the application.
After binding the service to an application, start using Dynatrace SaaS/Managed.