-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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: Mini histogram fixes. #137266
[ML] Explain log rate spikes: Mini histogram fixes. #137266
Conversation
Pinging @elastic/ml-ui (:ml) |
x-pack/plugins/aiops/public/components/spike_analysis_table/spike_analysis_table.tsx
Show resolved
Hide resolved
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. Please edit the selected row background color in this PR if it's an easy fix.
LGTM 🎉 |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @walterra |
- Disables tooltips in mini histograms to avoid bug with sticky tooltips and to be in line with APM sparkline behavior. - Fix to set mini histogram background to transparent so the chart background picks up the background of a hovered table row. - Fix some hard coded values by using values provided by EUI. - Fixes an issue where histograms were assigned to the wrong table rows. - Support for loading indicator and empty chart state. - Tweaks analysis table column widths. (cherry picked from commit 3117f67)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
- Disables tooltips in mini histograms to avoid bug with sticky tooltips and to be in line with APM sparkline behavior. - Fix to set mini histogram background to transparent so the chart background picks up the background of a hovered table row. - Fix some hard coded values by using values provided by EUI. - Fixes an issue where histograms were assigned to the wrong table rows. - Support for loading indicator and empty chart state. - Tweaks analysis table column widths. (cherry picked from commit 3117f67) Co-authored-by: Walter Rafelsberger <[email protected]>
Summary
Part of #136265.
transparent
so the chart background picks up the background of a hovered table row.Checklist