Skip to content

An application metrics facade for the most popular monitoring tools.

License

Notifications You must be signed in to change notification settings

shakuzen/micrometer

This branch is 4009 commits behind micrometer-metrics/micrometer:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9a51c8 · May 25, 2021
Apr 27, 2021
Jan 29, 2020
May 12, 2021
Mar 25, 2021
May 11, 2021
May 25, 2021
Oct 29, 2020
May 18, 2021
May 12, 2021
May 18, 2021
May 21, 2021
Mar 15, 2021
Mar 12, 2019
Oct 27, 2018
Apr 28, 2021
Apr 27, 2021
Jan 16, 2020
Jun 29, 2017
Feb 24, 2021
May 7, 2021
Nov 19, 2020
May 20, 2021
May 22, 2021
May 18, 2021
Sep 1, 2020
May 11, 2021
May 20, 2021

Repository files navigation

Micrometer Application Metrics

Build Status Apache 2.0 Maven Central Javadocs Revved up by Gradle Enterprise

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.

Long-term support versions

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
1.7.x Yes

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/libs-snapshot' }
}

dependencies {
    implementation 'io.micrometer:micrometer-core:latest.integration'
}

Milestone releases

Milestone releases are published to https://repo.spring.io/milestone. Include that as a maven repository in your build configuration to use milestone releases. Note that milestone releases are for testing purposes and are not intended for production use.

Documentation

The reference documentation is managed in a separate GitHub repository and published to https://micrometer.io/.

Contributing

See our Contributing Guide for information about contributing to Micrometer.


Licensed under Apache Software License 2.0

Sponsored by VMware

About

An application metrics facade for the most popular monitoring tools.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%