A Prometheus exporter for monitoring Spring Boot applications health status.
Run:
docker run -p 9117:9117 contentwisetv/spring-health-exporter
Get metrics via:
curl http://localhost:9117/probe?target=host:port
The approach is similar to the one used for the Black Box Exporter, so the same configuration examples can fit: https://github.com/prometheus/blackbox_exporter#prometheus-configuration.
1
: service is up0
: service is down-1
: some error occurred while trying to retrieve health status (e.g.: service is unreachable or malformed response)
This image is published to Docker Hub via automated build.
Author: Marco Miglierina marco.miglierina@contentwise.tv
Licensed under the MIT License.
This exporter was created starting from https://github.com/tolleiv/spring-ms-exporter