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 and the user manual are available on micrometer.io.
Micrometer is the instrumentation library underpinning Spring Boot 2.0's metrics collection.
See Micrometer's support policy for more details about long-term support (LTS) versus non-LTS versions.
Minor version line | LTS | Final patch |
---|---|---|
1.0.x |
Yes | 1.0.11 |
1.1.x |
Yes | 1.1.19 |
1.2.x |
No | 1.2.2 |
1.3.x |
Yes | |
1.4.x |
No | 1.4.2 |
1.5.x |
Yes | |
1.6.x |
Yes |
Join the Micrometer Slack to share your questions, concerns, and feature requests.
Snapshots are published to repo.spring.io
for every successful build on the master
branch and maintenance branches.
To use:
repositories {
maven { url 'https://repo.spring.io/libs-snapshot' }
}
dependencies {
implementation 'io.micrometer:micrometer-core:latest.integration'
}
The reference documentation is managed in a separate GitHub repository and published to https://micrometer.io/.
See our Contributing Guide for information about contributing to Micrometer.
Licensed under Apache Software License 2.0
Sponsored by VMware