Popularity
8.2
Stable
Activity
9.8
-
4,329
114
948

Programming language: Java
License: Apache License 2.0
Tags: Monitoring     Projects    

Micrometer alternatives and similar libraries

Based on the "Monitoring" category.
Alternatively, view micrometer alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Micrometer or a related project?

Add another 'Monitoring' Library

README

Micrometer Application Metrics

Build Status Apache 2.0 Maven Central Javadocs Revved up by Gradle Enterprise

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's or later metrics collection.

Micrometer artifacts work with Java 8 or later. We're releasing a multi-release JAR with support for JDK-version specific features (e.g. JDK 11's HttpClient instrumentation).

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/libs-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 a separate GitHub repository and published to https://micrometer.io/.

Contributing

See our [Contributing Guide](CONTRIBUTING.md) for information about contributing to Micrometer.


Licensed under Apache Software License 2.0

Sponsored by VMware


*Note that all licence references and agreements mentioned in the Micrometer README section above are relevant to that project's source code only.