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

Fix json service check status #287

Merged
merged 4 commits into from
Apr 2, 2020
Merged

Conversation

AlexandreYang
Copy link
Member

No description provided.

ServiceCheck sc = ServiceCheck.builder()
.withStatus(this.statusToServiceCheckStatus(status))
.build();
return sc.getStatus();
Copy link
Member Author

Choose a reason for hiding this comment

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

Not great way to get the status at integer, but currently the value is private.

@AlexandreYang AlexandreYang assigned AlexandreYang and ofek and unassigned ofek Apr 1, 2020
@prognant prognant merged commit f39e75a into master Apr 2, 2020
@prognant prognant deleted the alex/fix_json_service_check branch April 2, 2020 11:30
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.

4 participants