Giter Club home page Giter Club logo

micrometer's Introduction

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

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.


Licensed under Apache Software License 2.0

Sponsored by Pivotal

micrometer's People

Contributors

jkschneider avatar izeye avatar shakuzen avatar mweirauch avatar trustin avatar oleksiibondar avatar dheld-expedia avatar ahus1 avatar hanwavefront avatar checketts avatar benbenw avatar quaff avatar eddumelendez avatar alebar avatar dhaval24 avatar osialr avatar padilo avatar pjfanning avatar marceloavan avatar fkoehler avatar dpoluyanov avatar gavlyukovskiy avatar benhubert avatar tsl-karlp avatar vladimir-bukhtoyarov avatar vpavic avatar stefanbirkner avatar spring-operator avatar sergei-ivanov avatar obarcelonap avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.