https://github.com/jmnarloch/zuul-route-health-spring-cloud-starter
Spring Cloud Zuul routes health indicator
https://github.com/jmnarloch/zuul-route-health-spring-cloud-starter
Last synced: 12 days ago
JSON representation
Spring Cloud Zuul routes health indicator
- Host: GitHub
- URL: https://github.com/jmnarloch/zuul-route-health-spring-cloud-starter
- Owner: jmnarloch
- License: apache-2.0
- Created: 2015-10-24T00:42:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T14:09:56.000Z (over 9 years ago)
- Last Synced: 2025-04-03T02:01:41.180Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 204 KB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Cloud Netflix Zuul route health
> A Spring Cloud Zuul health indicator
[](https://travis-ci.org/jmnarloch/zuul-route-health-spring-cloud-starter)
[](https://coveralls.io/github/jmnarloch/zuul-route-health-spring-cloud-starter?branch=master)## Features
Configures Spring Boot's Actuator health indicator that indicates if for every *explicitly* configured route
a backing service exists in the discovery service.## Setup
Add the Spring Cloud starter to your project:
```xml
io.jmnarloch
zuul-route-health-spring-cloud-starter
1.1.0```
## Properties
Property `zuul.health.enabled` let's you enable this extension.
```
zuul.health.enabled=true # true by default
```## Health endpoint
The health indicator is auto registered and will be triggered whenever the Actuator's health endpoint will be accessed:

## License
Apache 2.0