Micrometer Application Metrics

一个用于最流行的监控工具的应用指标接口。想象一下SLF4J,不过是为了度量。「An application metrics facade for the most popular monitoring tools. Think SLF4J, but for metrics.」

Github星跟踪图

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

主要指标

概览
名称与所有者micrometer-metrics/micrometer
主编程语言Java
编程语言Java (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2017-04-10 21:36:51
推送于2025-07-22 02:47:29
最后一次提交
发布数276
最新版本名称v1.16.0-M1 (发布于 2025-07-14 13:39:56)
第一版名称v0.1.0.RELEASE (发布于 )
用户参与
星数4.7k
关注者数108
派生数1k
提交数7.7k
已启用问题?
问题数2658
打开的问题数212
拉请求数2921
打开的拉请求数61
关闭的拉请求数891
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?