mirror of https://github.com/status-im/consul.git
Adds a note about prepared queries to the coordinates internals guide.
This commit is contained in:
parent
38c47d0def
commit
eeb0ca636b
|
@ -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
|
[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.
|
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
|
* The [Coordinate endpoint](/docs/agent/http/coordinate.html) exposes raw network
|
||||||
coordinates for use in other applications.
|
coordinates for use in other applications.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue