-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[ML] Explain Log Rate Spikes: Allow to continue failed stream. #143301
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
536c7c1
to
ad10784
Compare
fafb651
to
845ec8c
Compare
845ec8c
to
e3c9329
Compare
9b836a2
to
4bfebd9
Compare
9e8816e
to
677ae09
Compare
cbb1acf
to
e799e08
Compare
Pinging @elastic/ml-ui (:ml) |
{overrides !== undefined ? ( | ||
<p> | ||
<EuiButton size="s" onClick={() => startHandler(true)}> | ||
Try to continue analysis |
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 needs to be internationalized.
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.
Added i18n
in 0011cf1.
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.
Tested locally with your temporary code, and LGTM.
Just left one minor comment. Don't forget to remove the testing code :)
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.
Tested and LGTM ⚡
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @walterra |
Summary
Part of #142568.
The analysis can be long running and in cases can time out depending on server/proxy settings. This update allows a user to try to continue the analysis if it failed half way through.
Review Note: I left in some temporary code that triggers an error on the first run so the continue button appears. During local tests, you can remove the code added in e799e08 to toggle between the default behavior and the intentional analysis fail. Please let me know once you're done with local testing so I can revert that commit.
Checklist