Skip to content

An application observability facade for the most popular observability tools. Think SLF4J, but for observability.

License

Notifications You must be signed in to change notification settings

micrometer-metrics/micrometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

74769ca · Apr 23, 2025
Apr 11, 2025
Apr 21, 2025
Feb 24, 2025
Dec 25, 2024
Dec 25, 2024
Nov 28, 2024
Apr 22, 2025
Apr 22, 2025
Apr 23, 2025
Aug 27, 2024
Apr 23, 2025
Apr 23, 2025
Apr 4, 2025
Apr 4, 2025
Apr 11, 2025
Apr 4, 2025
Apr 4, 2025
Apr 4, 2025
Apr 21, 2025
Apr 4, 2025
Mar 27, 2025
Mar 14, 2025
Apr 16, 2025
Apr 23, 2025
Mar 15, 2021
Mar 10, 2023
Feb 24, 2025
May 6, 2022
Jan 15, 2025
Jan 16, 2020
Jun 29, 2017
Feb 24, 2021
Apr 22, 2025
May 17, 2023
Apr 21, 2025
Nov 12, 2024
Feb 26, 2025
Sep 5, 2024
Apr 22, 2025

Micrometer Application Metrics

Build Status Apache 2.0 Maven Central Javadocs Revved up by Develocity

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.

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.

Join the discussion

Join the Micrometer Slack 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:

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 and published to https://micrometer.io/.

Samples/Examples

You can find sample/example apps in the micrometer-samples repository.

Contributing

See our Contributing Guide for information about contributing to Micrometer.


Licensed under Apache Software License 2.0

Sponsored by VMware