An open API service indexing awesome lists of open source software.

https://github.com/ghusta/micrometer-test

Testing Micrometer
https://github.com/ghusta/micrometer-test

java jmx micrometer monitoring

Last synced: 3 months ago
JSON representation

Testing Micrometer

Awesome Lists containing this project

README

        

= Testing Micrometer
:author: Guillaume HUSTA
:encoding: utf-8
:iconsdir: ./icons
:numbered!:
:toc: auto
:toclevels: 3

image:https://travis-ci.org/ghusta/micrometer-test.svg?branch=master["Build Status", link="https://travis-ci.org/ghusta/micrometer-test"]

== Overview

Micrometer provides a simple facade over the instrumentation clients for the most popular monitoring systems, allowing you to instrument your JVM-based application code without vendor lock-in.
Think SLF4J, but for application metrics!
Application metrics recorded by Micrometer are intended to be used to observe, alert, and react to the current/recent operational state of your environment.

== Implementations tested

* JMX
* Prometheus

== External references

* https://micrometer.io/docs[Micrometer Documentation]
* https://www.baeldung.com/micrometer[Quick Guide to Micrometer]
* https://spring.io/blog/2018/03/16/micrometer-spring-boot-2-s-new-application-metrics-collector[Micrometer: Spring Boot 2's new application metrics collector]
* https://stackoverflow.com/questions/tagged/micrometer[Questions on StackOverflow]