Skip to content

Releases: eclipse/microprofile-metrics

1.0.2-RC2

18 Dec 22:26
Compare
Choose a tag to compare
1.0.2-RC2 Pre-release
Pre-release

This is a patch release that fixes some issues with the TCK.

To get started with MicroProfile Metrics 1.0.2-RC2, add the following dependency to your pom:

<dependency>
    <groupId>org.eclipse.microprofile.metrics</groupId>
    <artifactId>microprofile-metrics-api</artifactId>
    <version>1.0.2-RC2</version>
</dependency>

MicroProfile Metrics 1.1.1

18 Apr 07:50
Compare
Choose a tag to compare

This is a patch release that fixes some issues with the TCK and also one typo in the spec document.

To get started with MicroProfile Metrics 1.1.1, add the following dependency to your pom:

<dependency>
    <groupId>org.eclipse.microprofile.metrics</groupId>
    <artifactId>microprofile-metrics-api</artifactId>
    <version>1.1.1</version>
</dependency>

MicroProfile Metrics 1.1

18 Dec 19:54
Compare
Choose a tag to compare

Changes in 1.1 releative to 1.0 are

  • Improved TCK
  • org.eclipse.microprofile.metrics.MetricRegistry.register(String name, Metric, Metadata) is deprecated.
    Use org.eclipse.microprofile.metrics.MetricRegistry.register(Metadata, Metric) instead, where Metadata
    already has a field for the name.
  • Global tags are now supplied via the means of MicroProfile Config (the env variable is still valid).
  • Annotations and Metadata can now have a flag reusable that indicates that the metric name can be registered more than once. Default is false as in Metrics 1.0.

To get started with MicroProfile Metrics 1.1, add the following dependency to your pom:

<dependency>
    <groupId>org.eclipse.microprofile.metrics</groupId>
    <artifactId>microprofile-metrics-api</artifactId>
    <version>1.1</version>
</dependency>

1.1-RC2

13 Dec 18:42
Compare
Choose a tag to compare
1.1-RC2 Pre-release
Pre-release

The 2nd release candidate of MicroProfile Metrics 1.1, which is supposed to go into MicroProfile 1.3.
It contains some smaller spec fixes, a fix for a tck test not running and disabling of some brittle test

1.1-RC1

07 Dec 09:39
Compare
Choose a tag to compare
1.1-RC1 Pre-release
Pre-release

The first RC of the Metrics 1.1 release. This includes some TCK fixes, a new 'reusable' flag for metrics and passing the global tags via MP-Config.

1.0.1

10 Nov 12:18
Compare
Choose a tag to compare

This release enhances the TCK to more throughly test the implementations.

Have a look at https://github.com/eclipse/microprofile-metrics/milestone/3?closed=1 for a list of changes.

MicroProfile Metrics 1.0

15 Sep 06:30
Compare
Choose a tag to compare

To get started with MicroProfile Metrics 1.0, add the following dependency to your pom:

<dependency>
    <groupId>org.eclipse.microprofile.metrics</groupId>
    <artifactId>microprofile-metrics-api</artifactId>
    <version>1.0</version>
</dependency>

1.0-RC3

11 Sep 21:34
Compare
Choose a tag to compare
1.0-RC3 Pre-release
Pre-release
[maven-release-plugin] copy for tag 1.0-RC3

1.0-RC2 Release

06 Sep 05:07
Compare
Choose a tag to compare
1.0-RC2 Release Pre-release
Pre-release

Another prerelease to snapshot the current progress.

1.0-RC1

01 Sep 18:54
Compare
Choose a tag to compare
1.0-RC1 Pre-release
Pre-release

This is a first stab at producing a 1.0 release for MicroProfile Metrics. We know we still have a few holes to resolve, but we wanted to grease the skids of the process and get the ball rolling. Enjoy!