Skip to content

SmallRye Metrics 2.4.0

Compare
Choose a tag to compare
@jmartisk jmartisk released this 26 Feb 13:59

This release implements MicroProfile Metrics 2.3, including the optional REST metrics.

To depend on this release using Maven:

<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-metrics</artifactId>
  <version>2.4.0</version>
</dependency>

Enjoy!