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