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

jonatan-ivanov/micrometer

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.

Building Locally

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

repositories {
    mavenLocal()
}

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

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%
  • Other 0.3%