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:

  1. Download the product file from Broadcom Support.
  2. Upload the product file from the Ops Manager Installation Dashboard.
  3. Select Add next to the uploaded Dynatrace Service Broker tile in the Ops Manager Available Products view to add it to your staging area.
  4. Select the newly added Dynatrace Service Broker tile to open the configuration options.
  5. Select 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:

  1. In Tanzu Ops Manager, select the Dynatrace Service Broker tile to open its configuration options.

    Pivotal 1

  2. Click Assign AZs and Networks to configure the network and availability zones.

    Pivotal 2

  3. Go to SaaS/Managed Plans, and select the Add button at the upper right to add a service plan.

    Pivotal 3

    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 in https://ENVIRONMENTID.live.dynatrace.com/api with your own environment ID.

    Use https://YourActiveGateIP:Port/api or FQDN:9999/e/<ENVIRONMENTID>/api to download the OneAgent, as well as to communicate OneAgent traffic through the ActiveGate.

  4. 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.

  1. Create a service instance based on the plan(s) you have configured.

    cf 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.
  2. Bind the service to an application by using the cf CLI for example.

    cf bind-service APP_NAME SERVICE_INSTANCE
    • APP_NAME: the name of your App.
    • SERVICE_INSTANCE: the name of the Service Instance you have created with the command above.

After binding the service to an application, start using Dynatrace SaaS/Managed.