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

https://github.com/soumyadip007/actuator-microservice-health-monitoring-using-spring-boot-rest-api

Actuator is mainly used to expose operational information about the running application – health, metrics, info, dump, env, etc. It uses HTTP endpoints or JMX beans to enable us to interact with it. Once this dependency is on the classpath several endpoints are available for us out of the box.
https://github.com/soumyadip007/actuator-microservice-health-monitoring-using-spring-boot-rest-api

actuator dump environment environmental-monitoring info java metrics microservice microservices-health monitoring-tool spring-boot traceroute

Last synced: about 2 months ago
JSON representation

Actuator is mainly used to expose operational information about the running application – health, metrics, info, dump, env, etc. It uses HTTP endpoints or JMX beans to enable us to interact with it. Once this dependency is on the classpath several endpoints are available for us out of the box.

Awesome Lists containing this project

README

          

# Actuator-Microservice-Health-Monitoring-using-Spring-Boot-Rest-API
Actuator is mainly used to expose operational information about the running application – health, metrics, info, dump, env, etc. It uses HTTP endpoints or JMX beans to enable us to interact with it. Once this dependency is on the classpath several endpoints are available for us out of the box.