forked from pivotal-cf/docs-dynatrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.md.erb
executable file
·114 lines (88 loc) · 6.08 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
106
107
108
109
110
111
112
113
114
---
title: Dynatrace Service Broker for Pivotal Cloud Foundry
owner: Partners
---
<strong><%= modified_date %></strong>
This documentation describes the Dynatrace Service Broker tile for Pivotal Cloud Foundry (PCF).
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 PCF 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 PCF applications.
The Dynatrace Service Broker registers a service broker on PCF 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 PCF,
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 PCF, 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 PCF:
<table class="nice">
<th>Element</th>
<th>Details</th>
<tr>
<td>Version</td>
<td>v1.4.0</td>
</tr>
<tr>
<td>Release date</td>
<td>April 2, 2019</td>
</tr>
<tr>
<td>Software component version</td>
<td>Dynatrace Service Broker v1.4 and Dynatrace AppMon Service Broker v1.1</td>
</tr>
<tr>
<td>Compatible Ops Manager version(s)</td>
<td>v2.2.x, v2.3.x, and v2.4.x</td>
</tr>
<tr>
<td>Compatible Pivotal Application Service version(s)</td>
<td>v2.2.x, v2.3.x, and v2.4.x</td>
</tr>
<tr>
<td>BOSH stemcell version</td>
<td>Ubuntu Xenial (v170.x+)</td>
</tr>
<tr>
<td>IaaS support</td>
<td>AWS, Azure, GCP, OpenStack, and vSphere</td>
</tr>
</table>
<p class="note warning"><strong> WARNING:</strong>
Dynatrace Service Broker for PCF v1.2.5
and earlier require a Ubuntu Trusty stemcell.
The end-of-life date for Ubuntu Trusty is April 2019.
If a security vulnerability is found on this stemcell after April, it will not be fixed.</p>
## <a id="upgrading"></a> Upgrading v1.0
The Dynatrace Service Broker for PCF tile replaces both the Dynatrace AppMon Service Broker for PCF v1.0,
as well as the Dynatrace Ruxit Service Broker for PCF 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").
Users interested in Dynatrace AppMon can sign up for a [free trial license](https://www.dynatrace.com/en/products/dynatrace-free-trial.html "Dynatrace AppMon Free Trial").
## <a id="dependencies"></a> Packaging Dependencies
The Dynatrace Service Broker for PCF 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/pivotalcf/cf-cli/getting-started.html#push) topic. For more information about pushing apps with manifests, see the [Deploying with Application Manifests](http://docs.pivotal.io/pivotalcf/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/pivotalcf/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 PCF does not currently support HWC buildpack.
## <a id="feedback"></a> Feedback
Please provide any bugs, feature requests, or questions to the [Pivotal Cloud Foundry Feedback list](mailto:[email protected]).