-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html.md.erb
executable file
·105 lines (82 loc) · 5.78 KB
/
index.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
title: Dynatrace Service Broker for VMware Tanzu
owner: Partners
---
<strong><%= modified_date %></strong>
This documentation describes the Dynatrace Service Broker tile for VMware Tanzu.
The Dynatrace Service Broker integrates two application monitoring solutions into your deployment: Dynatrace and Dynatrace AppMon.
<p class="note"><strong>Note</strong>: The Dynatrace Service Broker for VMware Tanzu replaces both the Dynatrace AppMon Service Broker and the Dynatrace Ruxit Service Broker. See the <a href="#upgrading">Upgrading</a> section for more information.</p>
## <a id="overview"></a>Overview
The Dynatrace Service Broker tile installs the following services:
* **Dynatrace SaaS/Managed** is an application performance monitoring solution for VMware Tanzu applications.
The Dynatrace Service Broker registers a service broker on VMware Tanzu and exposes its service plans on the Marketplace.
You can bind your apps to the Dynatrace service and monitor them in your Dynatrace environment.
Dynatrace detects clustered apps and provides visibility into their transaction flows,
from the user level to the database and code level.
Dynatrace also creates and adapts real-time dependency graphs of all your pushed apps and connected databases.
If Dynatrace detects an anomaly in your environment,
it directs you to the root cause with these dependency graphs and the data it collects.
* **Dynatrace AppMon** enables in-depth monitoring of applications running on VMware Tanzu,
through an embedded agent bundled with applications that are deployed using buildpacks.
The service agent instruments the application by adding tracing and monitoring hooks to the code,
then continuously sends the resulting data to AppMon account collectors.
The AppMon account draws from this data to publish performance metrics and other details on the dashboards of the Dynatrace AppMon Client Application.
The Dynatrace Service Broker installs the Dynatrace AppMon Service Broker as a Java application,
registers it as a service broker on VMware Tanzu, and exposes its service plans on the Marketplace.
This simplifies the integration of Dynatrace AppMon services with Cloud Foundry applications.
## <a id="product-snapshot"></a> Product Snapshot
The following table provides version and version-support information about Dynatrace Service Broker for VMware Tanzu:
<table class="nice">
<th>Element</th>
<th>Details</th>
<tr>
<td>Version</td>
<td>2.0.0</td>
</tr>
<tr>
<td>Release date</td>
<td>May 19, 2021</td>
</tr>
<tr>
<td>Software component version</td>
<td>Dynatrace Service Broker v1.4.1 and Dynatrace AppMon Service Broker v1.1</td>
</tr>
<tr>
<td>Compatible Ops Manager version(s)</td>
<td>v2.10.x, v2.9.x, v2.8.x, and v2.7.x</td>
</tr>
<tr>
<td>Compatible Tanzu Application Service version(s)</td>
<td>v3.0.x, v2.13.x, v2.12.x, v2.11.x, v2.10.x, v2.9.x, v2.8.x, and v2.7.x</td>
</tr>
<tr>
<td>BOSH stemcell version</td>
<td>Ubuntu Xenial (v621.x+), Ubuntu Jammy (v1.8.x)</td>
</tr>
<tr>
<td>IaaS support</td>
<td>AWS, Azure, GCP, OpenStack, and vSphere</td>
</tr>
</table>
## <a id="upgrading"></a> Upgrading v1.0
The Dynatrace Service Broker for VMware Tanzu tile replaces both the Dynatrace AppMon Service Broker for VMware Tanzu v1.0,
as well as the Dynatrace Ruxit Service Broker for VMware Tanzu v1.0 tiles.
You must uninstall the previous tiles before installing the new one.
## <a id="trial-license"></a> Trial License
Users interested in Dynatrace can sign up for a [free trial](https://www.dynatrace.com/trial/pivotal-cloud-foundry/ "Dynatrace Free Trial").
## <a id="dependencies"></a> Packaging Dependencies
The Dynatrace Service Broker for VMware Tanzu requires the following dependencies:
* Dynatrace AppMon requires Java Buildpack April 8, 2016 build commit # bed4c6137c7bf08c09813a4b5b33eed0d3eaee46 (release version 3.7) or upwards
* The Dynatrace Service Broker's usage of Dynatrace API tokens and API URL requires Java Buildpack build commit # 7602286305b50c25cf4f8bd7a4ba1e00118ba21b (PR 352) or upwards
Developers must use the latest Java buildpack when pushing apps by performing one of the following steps:
* Use the latest online Java buildpack by specifying it in the app manifest or with the following Cloud Foundry Command Line Interface (cf CLI) command:
<pre class="terminal">
$ cf push YOUR-APP-NAME -b <span>https</span>://github.com/cloudfoundry/java-buildpack</pre>
For more information about pushing apps, see the [Getting Started with the cf CLI](http://docs.pivotal.io/application-service/cf-cli/getting-started.html#push) topic. For more information about pushing apps with manifests, see the [Deploying with App Manifests](http://docs.pivotal.io/application-service/devguide/deploy-apps/manifest.html) topic.
* Create an offline Java buildpack from the latest GitHub [repository](https://github.com/cloudfoundry/java-buildpack). For more information about using offline buildpacks, see the [Packaging Dependencies for Offline Buildpacks](http://docs.pivotal.io/application-service/buildpacks/depend-pkg-offline.html) topic.
You can also bundle the Dynatrace AppMon Agent with the Node.js Buildpack 1.5+, using node engines 0.10.x and 0.12.x.
For more information, see the Dynatrace [documentation](https://community.dynatrace.com/community/x/DafhCw).
## <a id="limitations"></a> Limitations
The Dynatrace Service Broker for VMware Tanzu does not currently support HWC buildpack.
## <a id="feedback"></a> Feedback
Please provide any bugs, feature requests, or questions to the [VMware Tanzu Feedback list](mailto:[email protected]).