Skip to content

Releases: smallrye/smallrye-metrics

2.4.2

15 May 09:11
Compare
Choose a tag to compare
  • #303 Improve inferring of metric types

SmallRye Metrics 2.4.0

26 Feb 13:59
Compare
Choose a tag to compare

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!

2.2.0

14 Oct 11:07
Compare
Choose a tag to compare

SmallRye Metrics 2.2.0 implements MicroProfile Metrics 2.1.

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

2.1.5

13 Sep 07:33
Compare
Choose a tag to compare
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-metrics</artifactId>
  <version>2.1.5</version>
</dependency>

2.1.4

03 Sep 07:52
Compare
Choose a tag to compare
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-metrics</artifactId>
  <version>2.1.4</version>
</dependency>