Add a health/services end point
Open
thinking
type/enhancement
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 43
Description
Often enough, I want to get back all the passing services that match a specific tag. With the existing API, that means n+1 API calls. The first to get the full catalog and then one call for each service that matches the tag I'm interested in.
It'd be really nice to just use the options that are exposed for `health/service/:service` but query across all services at once.
Contributor guide
Assessment
This issue has not been assessed yet.