Skip to content

Commit 66b29a3

Browse files
committed
Merge branch 'spaungam-vcapservice'
2 parents 532621d + f5d596a commit 66b29a3

5 files changed

Lines changed: 6 additions & 6 deletions

docs/framework-app_dynamics_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The AppDynamics Agent Framework causes an application to be automatically config
33

44
<table>
55
<tr>
6-
<td><strong>Detection Criterion</strong></td><td>Existence of a single bound AppDynamics service. The existence of an AppDynamics service defined by the <a href="http://docs.cloudfoundry.com/docs/using/deploying-apps/environment-variable.html#VCAP_SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service name, label or tag with <code>app-dynamics</code> as a substring.
6+
<td><strong>Detection Criterion</strong></td><td>Existence of a single bound AppDynamics service. The existence of an AppDynamics service defined by the <a href="http://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service name, label or tag with <code>app-dynamics</code> as a substring.
77
</td>
88
</tr>
99
<tr>

docs/framework-maria_db_jdbc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The MariaDB JDBC Framework causes a JDBC driver JAR to be automatically download
66
<td><strong>Detection Criterion</strong></td>
77
<td>Existence of a single bound MariaDB or MySQL service and no provided MariaDB or MySQL JDBC JAR.
88
<ul>
9-
<li>Existence of a MariaDB service is defined as the <a href="http://docs.cloudfoundry.com/docs/using/deploying-apps/environment-variable.html#VCAP_SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>mariadb</code> as a substring.</li>
10-
<li>Existence of a MySQL service is defined as the <a href="http://docs.cloudfoundry.com/docs/using/deploying-apps/environment-variable.html#VCAP_SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>mysql</code> as a substring.</li>
9+
<li>Existence of a MariaDB service is defined as the <a href="http://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>mariadb</code> as a substring.</li>
10+
<li>Existence of a MySQL service is defined as the <a href="http://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>mysql</code> as a substring.</li>
1111
<li>Existence of a MariaDB JDBC JAR is defined as the application containing a JAR who's name matches <tt>mariadb-java-client*.jar</tt></li>
1212
<li>Existence of a MySQL JDBC JAR is defined as the application containing a JAR who's name matches <tt>mysql-connector-java*.jar</tt></li>
1313
</ul>

docs/framework-new_relic_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The New Relic Agent Framework causes an application to be automatically configur
55
<tr>
66
<td><strong>Detection Criterion</strong></td><td>Existence of a single bound New Relic service.
77
<ul>
8-
<li>Existence of a New Relic service is defined as the <a href="http://docs.cloudfoundry.com/docs/using/deploying-apps/environment-variable.html#VCAP_SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>newrelic</code> as a substring.</li>
8+
<li>Existence of a New Relic service is defined as the <a href="http://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>newrelic</code> as a substring.</li>
99
</ul>
1010
</td>
1111
</tr>

docs/framework-postgresql_jdbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The PostgreSQL JDBC Framework causes a JDBC driver JAR to be automatically downl
66
<td><strong>Detection Criterion</strong></td>
77
<td>Existence of a single bound PostgreSQL service and no provided PostgreSQL JDBC JAR.
88
<ul>
9-
<li>Existence of a PostgreSQL service is defined as the <a href="http://docs.cloudfoundry.com/docs/using/deploying-apps/environment-variable.html#VCAP_SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>postgres</code> as a substring.</li>
9+
<li>Existence of a PostgreSQL service is defined as the <a href="http://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>postgres</code> as a substring.</li>
1010
<li>Existence of a PostgreSQL JDBC JAR is defined as the application containing a JAR who's name matches <tt>postgresql-*.jar</tt></li>
1111
</ul>
1212
</td>

docs/framework-spring_insight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Spring Insight Framework causes an application to be automatically configure
66
<td><strong>Detection Criterion</strong></td>
77
<td>Existence of a single bound Spring Insight service.
88
<ul>
9-
<li>Existence of a Spring Insight service is defined as the <a href="http://docs.cloudfoundry.com/docs/using/deploying-apps/environment-variable.html#VCAP_SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>insight</code> as a substring.</li>
9+
<li>Existence of a Spring Insight service is defined as the <a href="http://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES"><code>VCAP_SERVICES</code></a> payload containing a service who's name, label or tag has <code>insight</code> as a substring.</li>
1010
</ul>
1111
</td>
1212
</tr>

0 commit comments

Comments
 (0)