Skip to content

MicroProfile Metrics 1.0

Compare
Choose a tag to compare
@pilhuhn pilhuhn released this 15 Sep 06:30

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>