Statsd reporter for codahale/metrics.
As part of getting metrics-statsd ready for publishing to Maven Central, the Maven groupId changed from studyblue
to com.bealetech
. In addition, as of v2.3.0, the package name changed from com.studyblue
to com.bealetech
.
Versions 2.1.3.0 and earlier directly matched the versioning of official releases of codahale/metrics. Future versions, starting with 2.2.0, will no longer match.
Snapshots: https://oss.sonatype.org/content/repositories/snapshots
Releases: https://oss.sonatype.org/content/groups/public
<dependencies>
<dependency>
<groupId>com.bealetech</groupId>
<artifactId>metrics-statsd</artifactId>
<version>${metrics-statsd.version}</version>
</dependency>
</dependencies>
metrics-statsd version | metrics version |
2.3.x | 2.1.x |
2.2.x | 2.1.x |
2.1.3 | 2.1.x |
Copyright (c) 2012-2013 Sean Laurent
Published under Apache Software License 2.0, see LICENSE