Updates the changelog.
This commit is contained in:
parent
a384baf671
commit
a57d34e074
|
@ -11,7 +11,8 @@ FEATURES:
|
||||||
* Ported in-memory database from LMDB to an immutable radix tree to improve
|
* Ported in-memory database from LMDB to an immutable radix tree to improve
|
||||||
read throughput, reduce garbage collection pressure, and make Consul 100%
|
read throughput, reduce garbage collection pressure, and make Consul 100%
|
||||||
pure Go [GH-1291]
|
pure Go [GH-1291]
|
||||||
* Added new network tomography sub system that estimates the network
|
* Added support for sending telemetry to DogStatsD [GH-1293]
|
||||||
|
* Added new network tomography subsystem that estimates the network
|
||||||
round trip times between nodes and exposes that in raw APIs, as well
|
round trip times between nodes and exposes that in raw APIs, as well
|
||||||
as in existing APIs (find the service node nearest node X); also
|
as in existing APIs (find the service node nearest node X); also
|
||||||
includes a new `consul rtt` command to query interactively [GH-1331]
|
includes a new `consul rtt` command to query interactively [GH-1331]
|
||||||
|
|
Loading…
Reference in New Issue