https://github.com/smallrye/smallrye-metrics
https://github.com/smallrye/smallrye-metrics
metrics microprofile
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-metrics
- Owner: smallrye
- License: apache-2.0
- Created: 2018-05-25T20:15:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T19:35:34.000Z (12 months ago)
- Last Synced: 2025-03-31T22:16:44.025Z (9 months ago)
- Topics: metrics, microprofile
- Language: Java
- Homepage:
- Size: 1.21 MB
- Stars: 41
- Watchers: 9
- Forks: 36
- Open Issues: 39
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
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]