hashicorp / hashicorp/consul

Add a health/services end point

Open
#3,963 5 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.