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.