tally
tally copied to clipboard
Statsd tags
Fixes #105
Changes
- Bump
com.datadoghq:java-dogstatsd-clientto 4.0.0 - Pass tags to the statsd client instead of ignoring them
- Fix tests:
- Move the
StatsdAssertingUdpServerto the test sources - Expose the lines failing assertion: since the
StatsdAssertingUdpServerruns 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.
- Move the