Skip to content
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] Log rate analysis EUI table fixes #181908

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

cee-chen
Copy link
Contributor

@cee-chen cee-chen commented Apr 26, 2024

Summary

closes #181804. Follow up to #180514

Screenshots of fixed issues:

Checklist

- `truncateText: true` needs to be applied now, was previously relying on old CSS that wasn't good

- `textOnly` no longer needs to be passed if `truncateText` is passed so we can skip it, also it makes more sense to do so here since custom badges are being rendered
- kind of the opposite problem going on here - `textTruncate: true` now always applies an inner `__text` wrapper which messes up the flex behavior
- so we need to exclude it and apply text truncation only to the actual text
@cee-chen
Copy link
Contributor Author

/ci

@cee-chen cee-chen added release_note:skip Skip the PR/issue when compiling release notes v8.15.0 labels Apr 26, 2024
@cee-chen cee-chen marked this pull request as ready for review April 26, 2024 23:09
@cee-chen cee-chen requested a review from a team as a code owner April 26, 2024 23:09
Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM. Thanks for fixing!

@cee-chen cee-chen enabled auto-merge (squash) April 29, 2024 15:56
@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #87 / visualize app visual builder Time Series basics Dark mode viz should have light class when background color is white

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
aiops 414.6KB 414.6KB +17.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@cee-chen cee-chen merged commit 659f373 into elastic:main Apr 29, 2024
18 checks passed
@cee-chen cee-chen deleted the ml-log-rate-analysis-fix-table branch April 29, 2024 17:14
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ML] AIOps: Log Rate Analysis results table layout issues.
4 participants