Skip to content

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

License

Notifications You must be signed in to change notification settings

grantkl/micrometer

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e419e78 · Jan 5, 2020
Sep 6, 2019
Oct 1, 2019
Dec 4, 2019
Nov 4, 2019
Dec 13, 2019
Oct 1, 2019
Jan 5, 2020
Oct 17, 2019
Jan 3, 2020
Oct 25, 2019
Oct 25, 2019
Mar 12, 2019
Oct 27, 2018
Jan 25, 2018
Mar 21, 2019
Jun 29, 2017
Oct 25, 2019
Apr 10, 2019
Dec 3, 2019
Jun 17, 2019
Aug 30, 2019
Jul 8, 2019
Oct 25, 2019

Repository files navigation

Micrometer Application Metrics

Build Status Apache 2.0 Maven Central Javadocs

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.2.x No 1.2.2
1.3.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 master branch and maintenance branches.

To use:

repositories {
    maven { url 'https://repo.spring.io/libs-snapshot' }
}

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

Building Locally

Run ./gradlew clean pTML to publish a Maven-style snapshot to your Maven local repo. To consume:

repositories {
    mavenLocal()
}

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

The build automatically calculates the "next" version for you when publishing snapshots.

Documentation

The reference documentation is managed in a separate GitHub repository.


Licensed under Apache Software License 2.0

Sponsored by Pivotal

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%