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

monitoring connectivity between peers #3210

Merged
merged 4 commits into from
Aug 4, 2015
Merged

Conversation

xiang90
Copy link
Contributor

@xiang90 xiang90 commented Aug 3, 2015

Fix #2980
Fix #1440

@@ -106,6 +111,7 @@ func (t *transport) Handler() http.Handler {
mux := http.NewServeMux()
mux.Handle(RaftPrefix, pipelineHandler)
mux.Handle(RaftStreamPrefix+"/", streamHandler)
mux.Handle(HealthPrefix, probing.NewHandler())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe named ProbePrefix? It is a little weird that the NewHandler from probing serves HealthPrefix.

@yichengq
Copy link
Contributor

yichengq commented Aug 3, 2015

pretty nice feature! I have played with it a little and it looks great.

@yichengq
Copy link
Contributor

yichengq commented Aug 4, 2015

lgtm

xiang90 added a commit that referenced this pull request Aug 4, 2015
monitoring connectivity between peers
@xiang90 xiang90 merged commit 718a42f into etcd-io:master Aug 4, 2015
@xiang90 xiang90 deleted the probing branch August 4, 2015 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants