java-dogstatsd-client icon indicating copy to clipboard operation
java-dogstatsd-client copied to clipboard

DD client integrated with its own metrics system

Open j256 opened this issue 8 years ago • 0 comments

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.

j256 avatar Mar 27 '17 20:03 j256