Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Releases: SimpleFinance/kafka-dropwizard-reporter

1.1.1

07 Mar 14:54
Compare
Choose a tag to compare

Integrate #8 which reduces the severity of WARN message about duplicate metric names.

1.1.0

13 Sep 14:10
Compare
Choose a tag to compare

#6 added an options for spinning up a GraphiteReporter.

#7 cleans up metrics in the close() method so that subsequent runs in the same JVM don't emit warnings about pre-existing metrics.

Warn on existing metrics

25 Apr 15:57
Compare
Choose a tag to compare

This fixes a race condition where an IllegalArgumentException can be raised if two threads attempt to create the same metric at the same time. We now catch the exception and log a warning message in this case.

v1.0.1: Use metrics-core instead of dropwizard-metrics (#3)

25 Aug 14:16
Compare
Choose a tag to compare

Limit unused dependencies by using metrics-core rather than dropwizard-metrics.

Initial Release

26 May 15:20
Compare
Choose a tag to compare
Add an example Dropwizard application (#2)

* Add example Dropwizard application

* Link to example/ in main README