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 through your Ops Manager Installation Dashboard by performing the following steps:
Multiple Dynatrace SaaS/Managed environments can be supported simultaneously.
To configure the Dynatrace Service Broker tile, perform the following steps:
In Tanzu Ops Manager, select the Dynatrace Service Broker tile to open its configuration options.
Click Assign AZs and Networks to configure the network and availability zones.
Go to SaaS/Managed Plans, and select the Add button at the upper right to add a service plan.
Perform the following steps to create and configure each service plan.
Plan Name
.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.
Click Apply Changes.
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.
Create a service instance based on the plan(s) you have configured.
cf create-service SERVICE PLAN SERVICE_INSTANCE
dynatrace
.planname
.cf
service that will be created and which you need to bind to the application.Bind the service to an application by using the cf CLI for example.
cf bind-service APP_NAME SERVICE_INSTANCE
After binding the service to an application, start using Dynatrace SaaS/Managed.