tally icon indicating copy to clipboard operation
tally copied to clipboard

Statsd tags

Open joelmarty opened this issue 3 years ago • 1 comments

Fixes #105

Changes

  • Bump com.datadoghq:java-dogstatsd-client to 4.0.0
  • Pass tags to the statsd client instead of ignoring them
  • Fix tests:
    • Move the StatsdAssertingUdpServer to the test sources
    • Expose the lines failing assertion: since the StatsdAssertingUdpServer runs in another thread, the exception was not picked up by JUnit and the test passed anyway.
    • Test the passed tags, which required to review the implementation and parse back the received metrics: the previous implementation ignored everything after the type field in the metric line.

joelmarty avatar Apr 21 '22 14:04 joelmarty

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 21 '22 14:04 CLAassistant