Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Étude de l'existant et de faisabilité - Environnement Spring boot #4

Open
gcharlemagne opened this issue Aug 17, 2020 · 1 comment

Comments

@gcharlemagne
Copy link

No description provided.

@gcharlemagne
Copy link
Author

L'environnement Spring Boot fournit des outils de suivi et de monitoring.

Spring Boot Actuator

https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html
Actuator est un plugin pour Spring Boot qui permet de faire du monitoring.
Il expose une API REST permettant de récupérer différents informations sur le fonctionnement de l'application, dont l'utilisation cpu.
Il est facilement intégrable à une solution existante, il suffit d'ajouter une dépendance au projet.
Le projet Spring Boot Admin fournit une interface web pour visualiser l'ensemble des metrics

Spring metrics

https://docs.spring.io/spring-metrics/docs/current/public/prometheus
Spring metrics est une api qui permet de créer facilement c'est propre metrics interfaçable avec des outils de monitoring populaire (Prometheus, Datadog, Netflix Atlas)

Library java

Des library java permettent d'avoir accès à différentes données du system à travers la library java.lang.management. Il est possible de suivre la consommation générale de la machine virtuelle ou d'un thread en particulier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant