From b9ddcc28baf0e98f6d3a46c33c559964b990ee9d Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Mon, 10 Aug 2015 19:58:20 -0500 Subject: [PATCH] alphabetize service listing (Cloud Foundry) --- .../spring-cloud-cloud-foundry-connector.adoc | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc b/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc index e3d1a6d..000a909 100644 --- a/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc +++ b/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc @@ -67,14 +67,12 @@ If they are present, it will also consider the following fields: This connector comes with built-in support for a variety of service types and providers. The criteria by which it establishes availability of each service are described below. -==== RabbitMQ +==== Application monitoring (New Relic) The connector will check for: -* `tags` including `rabbitmq` -* `label` beginning with the `rabbitmq` tag -* `uri` or `uris` using the scheme `amqp` or `amqps` -* `amqpUri`, `amqpuri`, `amqpsUri`, `amqpsuri`, `amqpUrl`, `amqpurl`, `amqpsUrl`, or `amqpsurl` fields in `credentials` +* `tags` including `monitoring` or `newrelic` +* `label` beginning with the `monitoring` or `newrelic` tags ==== DB2 @@ -95,13 +93,6 @@ The connector will check for: * `uri` or `uris` using the scheme `mongodb` * `mongodbUri`, `mongodburi`, `mongodbUrl`, or `mongodburl` fields in `credentials` -==== Application monitoring (New Relic) - -The connector will check for: - -* `tags` including `monitoring` or `newrelic` -* `label` beginning with the `monitoring` or `newrelic` tags - ==== MySQL The connector will check for: @@ -130,6 +121,15 @@ The connector will check for: * `jdbcUrl` field in `credentials` using the scheme `postgres` * `postgresUri`, `postgresuri`, `postgresUrl`, or `postgresurl` fields in `credentials` +==== RabbitMQ + +The connector will check for: + +* `tags` including `rabbitmq` +* `label` beginning with the `rabbitmq` tag +* `uri` or `uris` using the scheme `amqp` or `amqps` +* `amqpUri`, `amqpuri`, `amqpsUri`, `amqpsuri`, `amqpUrl`, `amqpurl`, `amqpsUrl`, or `amqpsurl` fields in `credentials` + ==== Redis The connector will check for: