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

papertrail/micrometer

This branch is 12 commits ahead of, 5993 commits behind micrometer-metrics/micrometer:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Tristan Burch
Sep 18, 2018
7150f80 · Sep 18, 2018
Jul 30, 2018
Sep 13, 2018
Jul 18, 2018
Sep 12, 2018
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018
Sep 13, 2018
Sep 18, 2018
Jun 14, 2018
Aug 10, 2017
Jan 25, 2018
Apr 10, 2017
Jun 29, 2017
Apr 19, 2018
Sep 18, 2018
Nov 17, 2017
Nov 18, 2017
Apr 10, 2017
Sep 18, 2018

Repository files navigation

Micrometer Application Metrics

Build Status Apache 2.0

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.

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.

To use:

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

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

Building Locally

Run ./gradlew 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.


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.8%
  • Shell 0.2%