Skip to content

Releases: DataDog/java-dogstatsd-client

v2.10.0

05 May 01:40
43db490
Compare
Choose a tag to compare
  • [FEATURE] Architecture revamp + non-blocking queue, improved performance. See #94
  • [FEATURE] Enable buffer pool, concurrent sending threads. See #95
  • [FEATURE] Adding dogstatsd telemetry to client. See #97
  • [FEATURE] DD_SERVICE; DD_ENV; DD_VERSION; DD_TAGS env vars support. See #107, #108, #111
  • [FEATURE] Allow different remote destination for telemetry. See #109
  • [IMPROVEMENT] Improved abstractions + better object construction. See #96
  • [IMPROVEMENT] Reduce number of allocations. Thanks @njhill. See #105
  • [DOCS] Container specific tags. See #110

v2.9.0

20 Feb 21:22
aba1c0d
Compare
Choose a tag to compare
  • [FIX] Add source type name to event payload. See #101
  • [IMPROVEMENT] Bump jnr-unixsocket to 0.27. See #102
  • [IMPROVEMENT] Bump maven-compiler-plugin to 3.8.1. See #93
  • [DOCS] Multiple documentation updates. See #91

v2.8.1

04 Oct 08:25
Compare
Choose a tag to compare
  • [FIX] fix entity id with constant tags

v2.8

18 Jun 17:28
Compare
Choose a tag to compare
  • [FEATURE] Support environment variables for client configuration
  • [FIX] Handle messages over max packet size limit
  • [FEATURE] Take an argument for maxPacketSizeBytes

v2.7

22 Jan 19:11
2.7
Compare
Choose a tag to compare
  • [FEATURE] Ability to configure unix buffer timeout and size. See #64
  • [FIX] Catch any Socket IO Exception on test cleanup. See #67

v2.6.1

06 Jul 15:50
Compare
Choose a tag to compare
  • [BUGFIX] Resolve build issue affecting 2.6 that led to compatibility issues with Java 8.

v2.6

30 Jun 16:51
Compare
Choose a tag to compare
  • [FEATURE] Add support for submitting data through Unix Domain Sockets. See #42.
  • [IMPROVEMENT] Replace string format with StringBuilderfor performance gains. Thanks @cithal See #49.

2.5

23 Jan 07:46
0630af6
Compare
Choose a tag to compare
2.5
  • Added support for new beta feature, global distributions

2.4

12 Dec 09:01
25a137c
Compare
Choose a tag to compare
2.4

Note: Starting from this version the client requires Java7+

  • Support for floating-point delta in counters, see #37
  • Use ThreadLocalRandom vs Math.random, see #16
  • Fix maven warnings about versions and encoding, see #34
  • Add close method to StatsDClient and extend Closeable, see #33

2.3

21 Oct 15:50
Compare
Choose a tag to compare
2.3
  • [BUGFIX] Reduce packet size to avoid fragmentation, see #17.
  • [BUGFIX] Prefix sample rate with an '@', see #15.
  • [FEATURE] Add support for sending sample_rate while submitting metrics, see #11