Skip to content

Commit 1630cc3

Browse files
committed
docs: add release notes
1 parent b78b734 commit 1630cc3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/release-notes-6837.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

0 commit comments

Comments
 (0)