Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Metrics Spring v3.0.0-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryantenney ryantenney released this 18 Nov 00:13
· 108 commits to master since this release

#33 Add @Counted annotation
#34 Dedupe logic in the method interceptors
#40 Register metrics and metrics sets in xml
#46 Fix metric injection into AOP-advised beans
#47 clean up POM transitive dependencies
#48 Adds xml config support for the Librato reporter
#49 Adds @CachedGauge annotation
#50 Allows Spring property placeholders in reporter XML config
579967e Add attribute 'monotonic' to @Counted

Grab it from Maven:

<dependency>
    <groupId>com.ryantenney.metrics</groupId>
    <artifactId>metrics-spring</artifactId>
    <version>3.0.0-RC3</version>
</dependency>