# micrometer_1 **Repository Path**: mirrors_micrometer-metrics/micrometer_1 ## Basic Information - **Project Name**: micrometer_1 - **Description**: An application observability facade for the most popular observability tools. Think SLF4J, but for observability. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-16 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Micrometer Application Metrics [![Build Status](https://circleci.com/gh/micrometer-metrics/micrometer.svg?style=shield)](https://circleci.com/gh/micrometer-metrics/micrometer) [![Apache 2.0](https://img.shields.io/github/license/micrometer-metrics/micrometer.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Maven Central](https://img.shields.io/maven-central/v/io.micrometer/micrometer-core.svg)](https://search.maven.org/artifact/io.micrometer/micrometer-core) [![Javadocs](https://img.shields.io/badge/Javadocs-orange)](https://javadocs.dev/io.micrometer) [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micrometer.io/) 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 on [micrometer.io](https://micrometer.io). Micrometer artifacts work with Java 8 or later with a few exceptions such as the micrometer-java11 module and micrometer-jetty11. ## Supported versions See [Micrometer's support policy](https://micrometer.io/support/). ## Join the discussion Join the [Micrometer Slack](https://slack.micrometer.io) to share your questions, concerns, and feature requests. ## Snapshot builds Snapshots are published to `repo.spring.io` for every successful build on the `main` branch and maintenance branches. To use: ```groovy repositories { maven { url 'https://repo.spring.io/snapshot' } } dependencies { implementation 'io.micrometer:micrometer-core:latest.integration' } ``` ## Milestone releases Starting with the 1.15.0-M2 release, milestone releases and release candidates will be published to Maven Central. Note that milestone releases are for testing purposes and are not intended for production use. ## Documentation The reference documentation is managed in the [docs directory](/docs) and published to https://micrometer.io/. ## Samples/Examples You can find sample/example apps in the [micrometer-samples](https://github.com/micrometer-metrics/micrometer-samples) repository. ## Contributing See our [Contributing Guide](CONTRIBUTING.md) for information about contributing to Micrometer. ------------------------------------- _Licensed under [Apache Software License 2.0](https://www.apache.org/licenses/LICENSE-2.0)_ _Sponsored by [VMware](https://tanzu.vmware.com)_