We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consul api docs say that the tag parameter for /health/service/:service is deprecated:
tag
/health/service/:service
Use filter with the Service.Tags selector instead. This parameter will be removed in a future version of Consul.
Deprecate the tag related methods and add new filter methods instead (filter docs).
filter
The text was updated successfully, but these errors were encountered:
I'm working on a pr for this
Sorry, something went wrong.
Merge branch 'Ecwidgh-213'
a808b38
Merge pull request #3 from indeedeng/Ecwidgh-213-indeed
a16c5e8
url-encode filter parameter
Successfully merging a pull request may close this issue.
Consul api docs say that the
tag
parameter for/health/service/:service
is deprecated:Deprecate the
tag
related methods and add newfilter
methods instead (filter docs).The text was updated successfully, but these errors were encountered: