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

[ADDED] Cluster role in serverz endpoint #804

Merged
merged 1 commit into from
Apr 16, 2019
Merged

[ADDED] Cluster role in serverz endpoint #804

merged 1 commit into from
Apr 16, 2019

Conversation

kozlovic
Copy link
Member

A new field indicates the RAFT role of the node when running in
clustered mode. The possible values are Leader, Follower or
Candidate.

Resolves #792

Signed-off-by: Ivan Kozlovic ivan@synadia.com

@coveralls
Copy link

coveralls commented Apr 16, 2019

Coverage Status

Coverage increased (+0.1%) to 92.071% when pulling 418e87f on fix_792 into 8c0d26c on master.

Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

Just variable name suggestion.

README.md Outdated Show resolved Hide resolved
server/monitor.go Outdated Show resolved Hide resolved
A new field indicates the RAFT role of the node when running in
clustered mode. The possible values are `Leader`, `Follower` or
`Candidate`.

Resolves #792

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

LGTM

@kozlovic kozlovic merged commit 8f090ba into master Apr 16, 2019
@kozlovic kozlovic deleted the fix_792 branch April 16, 2019 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose leadership status in monitoring endpoint
3 participants