Skip to content

An application observability facade for the most popular observability tools. Think SLF4J, but for observability.

License

Notifications You must be signed in to change notification settings

rafalh/micrometer

This branch is 3 commits ahead of, 749 commits behind micrometer-metrics/micrometer:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 1, 2024
60a3a76 · Jul 1, 2024
Jun 25, 2024
Jun 10, 2024
Apr 8, 2024
Jun 13, 2024
Apr 8, 2024
Jun 21, 2024
Jun 25, 2024
Jul 1, 2024
Mar 11, 2024
May 7, 2024
Jul 1, 2024
Apr 24, 2024
Feb 21, 2024
Feb 29, 2024
May 13, 2024
Apr 24, 2024
Jun 19, 2024
Mar 11, 2024
Apr 15, 2024
Jun 17, 2024
Mar 15, 2021
Jun 19, 2024
Mar 10, 2023
Oct 27, 2018
Nov 18, 2023
May 6, 2022
Jan 26, 2024
Jan 16, 2020
Jun 29, 2017
Feb 24, 2021
Apr 19, 2024
May 17, 2023
Jun 19, 2024
May 14, 2024
Jun 10, 2024
Oct 5, 2023
Feb 5, 2024
Jun 19, 2024

Repository files navigation

Micrometer Application Metrics

Build Status Apache 2.0 Maven Central Javadocs Revved up by Develocity

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.

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.

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 main branch and maintenance branches.

To use:

repositories {
    maven { url 'https://repo.spring.io/snapshot' }
}

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

Milestone releases

Milestone releases are published to https://repo.spring.io/milestone. Include that as a maven repository in your build configuration to use milestone releases. 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 and published to https://micrometer.io/.

Contributing

See our Contributing Guide for information about contributing to Micrometer.


Licensed under Apache Software License 2.0

Sponsored by VMware

About

An application observability facade for the most popular observability tools. Think SLF4J, but for observability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%