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

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryantenney ryantenney released this 15 Dec 23:49
· 82 commits to master since this release
  • Add MetricsServletsContextListener
  • @Gauge annotated fields are processed before bean initialization
  • AnnotationFilter ignores bridge methods and static/final fields
  • #55 Fix OSGi Import-Package missing entries for CGLIB
  • #56 Ganglia reporter: strict validation of udp-mode interfered with properties placeholders
  • #57 Add enable attribute on reporter element
  • #58 Add @Metric and deprecate @InjectMetric

Grab it from Maven:

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