Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide example of integration in Java (not Scala) #90

Open
roryodonnell opened this issue Feb 8, 2018 · 1 comment
Open

Provide example of integration in Java (not Scala) #90

roryodonnell opened this issue Feb 8, 2018 · 1 comment

Comments

@roryodonnell
Copy link

Thanks

@Frantch
Copy link

Frantch commented Feb 15, 2018

HttpTransport httpTransport = new HttpTransport.Builder().withApiKey(apiKey).build();
datadogReporter = DatadogReporter.forRegistry(registry).withTransport(httpTransport)
.withExpansions(EnumSet.of(DatadogReporter.Expansion.COUNT)).build();
datadogReporter.start(1, TimeUnit.MINUTES);

registry.counter("if.you.really.cant.do.that.by.yourself.you.really.should.reconsider.yourself.as.a.develeoper").inc()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants