-
Notifications
You must be signed in to change notification settings - Fork 675
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
NOISSUE- update health method in SDK #1881
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1881 +/- ##
==========================================
- Coverage 67.14% 67.12% -0.02%
==========================================
Files 118 118
Lines 8998 9011 +13
==========================================
+ Hits 6042 6049 +7
- Misses 2327 2333 +6
Partials 629 629
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d200067
to
7e684e6
Compare
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
7e684e6
to
06a3900
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this do?
Updates the health method in the SDK to facilitate retrieving the health of other services
Which issue(s) does this PR fix/relate to?
None
List any changes that modify/break current functionality
Instead of getting only the health of things service, we can be able to get the health of users, things, bootstrap, certs,reader, and HTTP-adapter services
Have you included tests for your changes?
yes
Did you document any new/modified functionality?
No
Notes