Skip to content

MicroProfile Metrics 1.0.2

Choose a tag to compare

@donbourne donbourne released this 18 Jan 18:49

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

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

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