File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ Statistics
2+ ----------
3+
4+ - IPv6 hosts are now supported by the StatsD client.
5+
6+ - ` -statshost ` now accepts URLs to allow specifying the protocol, host and port in one argument.
7+
8+ - Specifying invalid values will no longer result in silent disablement of the StatsD client and will now cause errors
9+ at startup.
10+
11+ ### New Features
12+
13+ - The StatsD client now supports TCP hosts, TCP can be opted for with the new URL syntax supported by ` -statshost ` (e.g.
14+ ` tcp://127.0.0.1:8125 ` ). UDP (` udp:// ` ) remains the default and will be assumed if a protocol is not specified.
15+
16+ - Unlike with UDP, if a TCP connection is interrupted, stats will _ not_ be dropped and instead buffered according to
17+ ` -statsduration ` and ` -statsbatchsize ` and flushed when connection is restored. This buffer is discarded every 5
18+ minutes if connection is not restored by then.
19+
20+ ### Deprecations
21+
22+ - ` -statsport ` has been deprecated and ports are now specified using the new URL syntax supported by ` -statshost ` .
23+ ` -statsport ` will be removed in a future release.
24+
25+ - If both ` -statsport ` and ` -statshost ` with a URL specifying a port is supplied, the ` -statsport ` value will be
26+ ignored.
You can’t perform that action at this time.
0 commit comments