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
- Host: GitHub
- URL: https://github.com/ghusta/micrometer-test
- Owner: ghusta
- Created: 2018-10-17T13:25:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T12:45:06.000Z (about 6 years ago)
- Last Synced: 2025-01-06T22:36:00.089Z (5 months ago)
- Topics: java, jmx, micrometer, monitoring
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Testing Micrometer
:author: Guillaume HUSTA
:encoding: utf-8
:iconsdir: ./icons
:numbered!:
:toc: auto
:toclevels: 3image: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]