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.
- Host: GitHub
- URL: https://github.com/soumyadip007/actuator-microservice-health-monitoring-using-spring-boot-rest-api
- Owner: soumyadip007
- License: apache-2.0
- Created: 2020-05-28T09:37:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T15:30:16.000Z (over 5 years ago)
- Last Synced: 2025-02-24T02:16:57.754Z (8 months ago)
- Topics: actuator, dump, environment, environmental-monitoring, info, java, metrics, microservice, microservices-health, monitoring-tool, spring-boot, traceroute
- Language: Java
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.