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-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryantenney ryantenney released this 02 Jul 20:52
· 177 commits to master since this release
  • Metrics 3 compatibility
  • Spring 3 Java config support with @EnableMetrics
  • Injection of metric instances with @InjectMetric
  • XML configuration of reporters with <metrics:reporter />

Grab it from Maven:

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