# micrometer **Repository Path**: zmyer/micrometer ## Basic Information - **Project Name**: micrometer - **Description**: Micrometer 是一款监控指标的度量类库,可以让您在没有供应商锁定的情况下对 JVM 的应用程序代码进行调整 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Micrometer Application Metrics [![Build Status](https://circleci.com/gh/micrometer-metrics/micrometer.svg?style=svg)](https://circleci.com/gh/micrometer-metrics/micrometer) [![Apache 2.0](https://img.shields.io/github/license/micrometer-metrics/micrometer.svg)](http://www.apache.org/licenses/LICENSE-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](http://micrometer.io). Micrometer is the instrumentation library underpinning Spring Boot 2.0's metrics collection. ## Join the discussion Join the [Micrometer Slack](http://slack.micrometer.io) to share your questions, concerns, and feature requests. ## Building Locally Run `./gradlew pTML` to publish a snapshot to your Maven local repo. To consume: ```groovy repositories { mavenLocal() } dependencies { compile 'io.micrometer:micrometer-core:latest.integration' } ``` ------------------------------------- _Licensed under [Apache Software License 2.0](www.apache.org/licenses/LICENSE-2.0)_ _Sponsored by [Pivotal](http://pivotal.io)_