All Projects → micrometer-metrics → Micrometer

micrometer-metrics / Micrometer

Licence: apache-2.0
An application metrics facade for the most popular monitoring tools. Think SLF4J, but for metrics.

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Micrometer

Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (-82.38%)
Mutual labels:  microservices, monitoring, metrics
Porcupine
Threading, Resiliency and Monitoring for Java EE 7/8
Stars: ✭ 99 (-96.88%)
Mutual labels:  microservices, cloud-native, monitoring
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (-28.11%)
Mutual labels:  microservices, monitoring, metrics
Vald
Vald. A Highly Scalable Distributed Vector Search Engine
Stars: ✭ 158 (-95.02%)
Mutual labels:  microservices, cloud-native
Azkarra Streams
🚀 Azkarra is a lightweight java framework to make it easy to develop, deploy and manage cloud-native streaming microservices based on Apache Kafka Streams.
Stars: ✭ 146 (-95.4%)
Mutual labels:  microservices, cloud-native
Hazelcast Kubernetes
Kubernetes Discovery for Hazelcast
Stars: ✭ 151 (-95.24%)
Mutual labels:  microservices, cloud-native
Coolstore Microservices
A full-stack .NET microservices build on Dapr and Tye
Stars: ✭ 1,903 (-40.03%)
Mutual labels:  microservices, cloud-native
Kuma
🐻 The Universal Service Mesh. CNCF Sandbox Project.
Stars: ✭ 2,516 (-20.71%)
Mutual labels:  microservices, cloud-native
Spec
Open Application Model (OAM).
Stars: ✭ 2,317 (-26.98%)
Mutual labels:  microservices, cloud-native
Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+137.76%)
Mutual labels:  monitoring, metrics
Prometheus Handbook
Prometheus 中文文档
Stars: ✭ 258 (-91.87%)
Mutual labels:  microservices, cloud-native
Gohalt
Gohalt 👮‍♀🛑: Fast; Simple; Powerful; Go Throttler library
Stars: ✭ 253 (-92.03%)
Mutual labels:  monitoring, metrics
Bricks
A standard library for microservices.
Stars: ✭ 142 (-95.52%)
Mutual labels:  microservices, metrics
Kratos
A modular-designed and easy-to-use microservices framework in Go.
Stars: ✭ 15,844 (+399.34%)
Mutual labels:  microservices, cloud-native
Spring Cloud Cli
Spring Cloud CLI features
Stars: ✭ 139 (-95.62%)
Mutual labels:  microservices, cloud-native
Awesome Micronaut
A curated list of resources for the Micronaut JVM framework
Stars: ✭ 176 (-94.45%)
Mutual labels:  microservices, cloud-native
Product Microgateway
A cloud native, developer centric and decentralized API gateway for microservices
Stars: ✭ 194 (-93.89%)
Mutual labels:  microservices, cloud-native
Spring Cloud Vault
Configuration Integration with HashiCorp Vault
Stars: ✭ 210 (-93.38%)
Mutual labels:  microservices, cloud-native
Spring Cloud Config
External configuration (server and client) for Spring Cloud
Stars: ✭ 1,740 (-45.16%)
Mutual labels:  microservices, cloud-native
Curiefense
Curiefense is a unified, open source platform protecting cloud native applications.
Stars: ✭ 136 (-95.71%)
Mutual labels:  microservices, cloud-native

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 metrics collection.

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 for information about contributing to Micrometer.


Licensed under Apache Software License 2.0

Sponsored by VMware

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].