Skip to content

Releases: DataDog/java-dogstatsd-client

v4.4.5

Choose a tag to compare

@vickenty vickenty released this 21 Aug 12:50
62ff210
  • [IMPROVEMENT] Only send externalEnv when origin detection is enabled. See #279
  • [FEATURE] Add per-metric tags cardinality setting. See #277
  • [FEATURE] Add global tags cardinality setting. See #276
  • [FEATURE] Use mountinfo for origin detection. See #275
  • [FEATURE] Add support for externalEnv field. See #274

v4.4.4

Choose a tag to compare

@vickenty vickenty released this 08 Apr 14:14
eea4f66
  • [IMPROVEMENT] Performance improvements. See #263

v4.4.3

Choose a tag to compare

@vickenty vickenty released this 08 Oct 12:08
357adcd
  • [BUGFIX] Use correct buffer size for unix sockets. See #256

v4.4.2

Choose a tag to compare

@vickenty vickenty released this 04 Jun 12:56
8fe540d
  • [BUGFIX] Fix sampling and visibility issues with new direct client. See #249

v4.4.1

Choose a tag to compare

@vickenty vickenty released this 04 Jun 10:37
1efa4fd
  • [BUGFIX] Restore public constructor for NoOpStatsDClient. See #247

v4.4.0

Choose a tag to compare

@carlosroman carlosroman released this 24 May 11:19
86df381
  • [FEATURE] Added new API to send multiple samples at once. See #235
  • [BUGFIX] When using SOCK_STREAM Unix sockets we now correctly close the socket. See #243

v4.3.0

Choose a tag to compare

@carlosroman carlosroman released this 25 Jan 09:22
f99f111
  • [FEATURE] Sending metrics with a timestamp. See #211

v2.13.1

Choose a tag to compare

@vickenty vickenty released this 02 May 10:34
e2c5450
  • [BUGFIX] Clear buffers before returning them to the pool. See #221

v4.2.0

Choose a tag to compare

@vickenty vickenty released this 23 Jan 16:03
164cfa4

[FEATURE] Sending metrics with a timestamp. See #211
[IMPROVEMENT] Various performance optimizations. See #203

v4.1.0

Choose a tag to compare

@vickenty vickenty released this 26 Oct 15:32
494471a
  • [FEATURE] Client-side origin detection. See #188
  • [BUGFIX] Don't report the expected InterruptedException. See #193
  • [BUGFIX] Fix performance issue in the aggregator. See #194 (Thanks @retronym)
  • [BUGFIX] Clear buffers before returning them to the pool. See #200
  • [BUGFIX] Fix high CPU usage during client shutdown. See #201