java-dogstatsd-client
java-dogstatsd-client copied to clipboard
DD client integrated with its own metrics system
Unfortunately the DataDog client code here is highly embedded with an internal representation about what a metric is. Please consider separating out the count, incrementCounter, gauge, and time type methods from the send, QueueConsumer, executor, and other true client code. Otherwise this code is only useful as a reference implementation if someone already has their own metrics system.
Thanks.