From eeb0ca636b1adea1286b17a009a3740760af24bd Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 28 Jun 2016 23:02:00 -0700 Subject: [PATCH] Adds a note about prepared queries to the coordinates internals guide. --- website/source/docs/internals/coordinates.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/internals/coordinates.html.markdown b/website/source/docs/internals/coordinates.html.markdown index da853aafcd..a37b06cc6e 100644 --- a/website/source/docs/internals/coordinates.html.markdown +++ b/website/source/docs/internals/coordinates.html.markdown @@ -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.