https://github.com/micrometer-metrics/micrometer
An application observability facade for the most popular observability tools. Think SLF4J, but for observability.
https://github.com/micrometer-metrics/micrometer
cloud-native java metrics microservices monitoring observability
Last synced: 7 days ago
JSON representation
An application observability facade for the most popular observability tools. Think SLF4J, but for observability.
- Host: GitHub
- URL: https://github.com/micrometer-metrics/micrometer
- Owner: micrometer-metrics
- License: apache-2.0
- Created: 2017-04-10T21:36:51.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T09:17:57.000Z (11 days ago)
- Last Synced: 2025-04-04T13:08:46.960Z (11 days ago)
- Topics: cloud-native, java, metrics, microservices, monitoring, observability
- Language: Java
- Homepage: https://micrometer.io
- Size: 34.6 MB
- Stars: 4,579
- Watchers: 108
- Forks: 1,018
- Open Issues: 245
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.adoc
Awesome Lists containing this project
- awesome - micrometer-metrics/micrometer - An application observability facade for the most popular observability tools. Think SLF4J, but for observability. (Java)
README
# Micrometer Application Metrics
[](https://circleci.com/gh/micrometer-metrics/micrometer)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://search.maven.org/artifact/io.micrometer/micrometer-core)
[](https://javadocs.dev/io.micrometer)
[](https://ge.micrometer.io/)An application metrics facade for the most popular monitoring tools. Instrument your code with dimensional metrics with a
vendor neutral interface and decide on the monitoring backend at the last minute.More info on [micrometer.io](https://micrometer.io).
Micrometer artifacts work with Java 8 or later with a few exceptions such as the micrometer-java11 module and micrometer-jetty11.
## Supported versions
See [Micrometer's support policy](https://micrometer.io/support/).
## Join the discussion
Join the [Micrometer Slack](https://slack.micrometer.io) to share your questions, concerns, and feature requests.
## Snapshot builds
Snapshots are published to `repo.spring.io` for every successful build on the `main` branch and maintenance branches.
To use:
```groovy
repositories {
maven { url 'https://repo.spring.io/snapshot' }
}dependencies {
implementation 'io.micrometer:micrometer-core:latest.integration'
}
```## Milestone releases
Starting with the 1.15.0-M2 release, milestone releases and release candidates will be published to Maven Central.
Note that milestone releases are for testing purposes and are not intended for production use.## Documentation
The reference documentation is managed in the [docs directory](/docs) and published to https://micrometer.io/.
## Contributing
See our [Contributing Guide](CONTRIBUTING.md) for information about contributing to Micrometer.
-------------------------------------
_Licensed under [Apache Software License 2.0](https://www.apache.org/licenses/LICENSE-2.0)__Sponsored by [VMware](https://tanzu.vmware.com)_