-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ML] Explain Log Rate Spikes: Add mini histograms to grouped results table. #141065
Conversation
Pinging @elastic/ml-ui (:ml) |
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 overall LGTM.
We should investigate the result shown in #141065 (comment) separately.
}; | ||
}); | ||
return { | ||
id: index, |
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.
Looks like the id
here can now be set to the group's id coming on the backend - this should fix the expanded row bug - I can fix this in a follow up so this can just go in but wanted to point it out 👍 Thanks, @walterra
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 ⚡
Confirmed that the change in 87c5a0d fixed the issue I was seeing in #141065 (comment) |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Async chunks
History
To update your PR or re-run it, just comment with: cc @walterra |
Summary
Part of #138117.