An open API service indexing awesome lists of open source software.

https://github.com/smallrye/smallrye-metrics


https://github.com/smallrye/smallrye-metrics

metrics microprofile

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

:microprofile-metrics: https://github.com/eclipse/microprofile-metrics/
:ci: https://github.com/smallrye/smallrye-metrics/actions?query=workflow%3A%22SmallRye+Build%22
:sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye-metrics

image:https://github.com/smallrye/smallrye-metrics/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}]
image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-metrics&metric=alert_status["Quality Gate Status", link={sonar}]
image:https://img.shields.io/github/license/smallrye/smallrye-metrics.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye/smallrye-metrics?color=green[]

= SmallRye Metrics

SmallRye Metrics is an implementation of {microprofile-metrics}[Eclipse MicroProfile Metrics].

== Instructions

Compile and install this project:

[source,bash]
----
mvn clean install
----

=== Project structure

* link:implementation[] - Implementation of the Eclipse MicroProfile Metrics API.
* link:tck[] - Test suite to run the implementation against the Eclipse MicroProfile Metrics TCK.

=== Contributing

Please refer to our Wiki for the https://github.com/smallrye/smallrye-parent/wiki[Contribution Guidelines].

=== Links

* http://github.com/smallrye/smallrye-metrics/[Project Homepage]
* {microprofile-metrics}[Eclipse MicroProfile Metrics]