Skip to content
New issue

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

Add "ServiceTags" to /v1/health/state/<state> output #153

Closed
XavM opened this issue May 15, 2014 · 1 comment
Closed

Add "ServiceTags" to /v1/health/state/<state> output #153

XavM opened this issue May 15, 2014 · 1 comment
Assignees
Labels
type/enhancement Proposed improvement or new feature

Comments

@XavM
Copy link

XavM commented May 15, 2014

Having "ServiceTags" for each item in the /v1/health/state/<state> output could be pretty useful

"ServiceTags" in the output would tell which service group is down

[
    {
        "Node": "xxx",
        "CheckID": "xxx",
        "Name": "xxx",
        "Status": "xxx",
        "Notes": "",
        "Output": "",
        "ServiceID": "",
        "ServiceName": "",
        "ServiceName": "ct",
        "ServiceTags": [
            "xxx"
        ],
    }
]
@armon armon added the type/enhancement Proposed improvement or new feature label Oct 14, 2014
@magiconair magiconair self-assigned this Apr 21, 2017
@magiconair magiconair added this to Frank in Consul 0.8.4 Apr 21, 2017
@magiconair
Copy link
Contributor

PR #2940 tracks this

magiconair added a commit that referenced this issue Apr 21, 2017
This patch adds the ServiceTags to the /v1/health/state/<state>
endpoint.

Fixes #153
magiconair added a commit that referenced this issue Apr 27, 2017
This patch adds the ServiceTags to the /v1/health/state/<state>
endpoint.

Fixes #153
magiconair added a commit that referenced this issue Apr 28, 2017
This patch adds the ServiceTags to the /v1/health/state/<state>
endpoint.

Fixes #153
@magiconair magiconair moved this from Frank to Done in Consul 0.8.4 Apr 28, 2017
duckhan pushed a commit to duckhan/consul that referenced this issue Oct 24, 2021
Fix: changing sync annotation=false should delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Proposed improvement or new feature
Projects
No open projects
Development

No branches or pull requests

3 participants