-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(hubble): upgrade to api v2 #4269
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4269 +/- ##
==========================================
- Coverage 87.73% 87.46% -0.28%
==========================================
Files 113 113
Lines 8254 8299 +45
==========================================
+ Hits 7242 7259 +17
- Misses 1012 1040 +28
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
a878c91
to
6b5bdc8
Compare
6b5bdc8
to
c08693b
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
if payload and isinstance(payload, dict): | ||
msg = payload.get('message') | ||
|
||
if 'Process(docker) exited on non-zero code' in msg: |
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.
This is not really a good way to decide anything
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.
@delgermurun @nomagick Could we move this detection to server side and also using status code instead of message to detect the error somehow?
* feat(hubble): upgrade "fetch_meta" to api v2 * feat(hubble): upgrade pull & push to api v2 * feat(hubble): upgraded tests to api v2 Co-authored-by: Delgermurun Purevkhuu <492616+delgermurun@users.noreply.github.com>
* feat(hubble): upgrade "fetch_meta" to api v2 * feat(hubble): upgrade pull & push to api v2 * feat(hubble): upgraded tests to api v2 Co-authored-by: Delgermurun Purevkhuu <492616+delgermurun@users.noreply.github.com>
Ref: https://github.com/jina-ai/hubble/issues/211