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

[etcd] ignore /stats/leader endpoint on followers #1709

Merged
merged 1 commit into from
Jun 17, 2015

Conversation

yannmh
Copy link
Member

@yannmh yannmh commented Jun 17, 2015

The '/stats/leader' endpoint is only available on the leader etcd host.
On the followers, it returns a 403: it is illegitimately logged as an
exception in the agent and triggers a CRITICAL service check.

Fix #1707

The '/stats/leader' endpoint is only available on the leader etcd host.
On the followers, it returns a 403: it is illegitimately logged as an
exception in the agent and triggers a CRITICAL service check.

Fix #1707
@yannmh yannmh added the bugfix label Jun 17, 2015
@yannmh yannmh added this to the 5.4.0 milestone Jun 17, 2015
@yannmh yannmh self-assigned this Jun 17, 2015
@yannmh
Copy link
Member Author

yannmh commented Jun 17, 2015

Tested on a local cluster. Good to go.

yannmh added a commit that referenced this pull request Jun 17, 2015
[etcd] ignore /stats/leader endpoint on followers
@yannmh yannmh merged commit 7fa2565 into master Jun 17, 2015
@yannmh yannmh deleted the yann/etcd-latency-folloers branch June 17, 2015 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant