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

Metrics Registry support

Open jmkgreen opened this issue 9 years ago • 3 comments

We are using https://github.com/coursera/metrics-datadog to forward DropWizard metrics into DataDog.

We now find ourselves with a need to submit events, too.

Any chance you guys can import the code dealing with metrics from a registry so that I have one and not two datadog-related dependencies?

jmkgreen avatar Oct 26 '16 09:10 jmkgreen

Hey @jmkgreen Apologies for the delay on this! Would you mind clarifying what you are looking for a bit and your use case so I can take a proper look into this?

nmuesch avatar May 22 '18 21:05 nmuesch

If I can remember, I think I was in need of the referenced utility library to bridge the gap between DropWizard for JMV metrics and the DataDog service. If the code from that project was included within the datadog library it would prevent the need for people to search for and integrate that other library.

Call it a convenience.

I believe Spring Boot 2 includes micrometer which supports JVM metrics and exports into DataDog, so this may be a moot point but for older projects.

jmkgreen avatar May 23 '18 15:05 jmkgreen

Hi, is there any update regarding it? any coinvent way to integrate drop-wizard registry with your client?

MatanLevy avatar Aug 05 '21 08:08 MatanLevy