Merge pull request #2149 from hashicorp/slackpad-patch-1

Adds a note about prepared queries to the coordinates internals guide.
This commit is contained in:
James Phillips 2016-06-28 23:02:11 -07:00 committed by GitHub
commit 56eb3bbe35
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ Network coordinates manifest in several ways inside Consul:
[Health endpoints](/docs/agent/http/health.html) can sort the results of queries based
on the network round trip time from a given node using a "?near=" parameter.
* [Prepared queries](/docs/agent/http/query.html) can automatically fail over services to
to other Consul datacenters based on network round trip times.
* The [Coordinate endpoint](/docs/agent/http/coordinate.html) exposes raw network
coordinates for use in other applications.