https://github.com/micronaut-projects/micronaut-micrometer
Integration between Micronaut and Micrometer
https://github.com/micronaut-projects/micronaut-micrometer
metrics micrometer micronaut prometheus
Last synced: 6 months ago
JSON representation
Integration between Micronaut and Micrometer
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-micrometer
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2019-01-15T14:49:55.000Z (almost 7 years ago)
- Default Branch: 5.11.x
- Last Pushed: 2025-04-12T00:47:17.000Z (6 months ago)
- Last Synced: 2025-04-13T05:07:26.393Z (6 months ago)
- Topics: metrics, micrometer, micronaut, prometheus
- Language: Java
- Homepage:
- Size: 12.8 MB
- Stars: 37
- Watchers: 19
- Forks: 66
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut Micrometer
[](https://search.maven.org/search?q=g:%22io.micronaut.micrometer%22%20AND%20a:%22micronaut-micrometer-core%22)
[](https://github.com/micronaut-projects/micronaut-micrometer/actions)
[](https://ge.micronaut.io/scans)This project includes integration between [Micronaut](http://micronaut.io) and [Micrometer](https://micrometer.io).
## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-micrometer/latest/guide) for more information.
## Snapshots and Releases
Snaphots are automatically published to [JFrog OSS](https://oss.jfrog.org/artifactory/oss-snapshot-local/) using [Github Actions](https://github.com/micronaut-projects/micronaut-micrometer/actions).
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Releases are published to JCenter and Maven Central via [Github Actions](https://github.com/micronaut-projects/micronaut-micrometer/actions).
A release is performed with the following steps:
- [Edit the version](https://github.com/micronaut-projects/micronaut-micrometer/edit/master/gradle.properties) specified by `projectVersion` in `gradle.properties` to a semantic, unreleased version. Example `1.0.0`
- [Create a new release](https://github.com/micronaut-projects/micronaut-micrometer/releases/new). The Git Tag should start with `v`. For example `v1.0.0`.
- [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-micrometer/actions?query=workflow%3ARelease) to check it passed successfully.
- Celebrate!