-
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] Fix the memory usage chart visibility in the Nodes overview table #190981
[ML] Fix the memory usage chart visibility in the Nodes overview table #190981
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, LGTM
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
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @darnautov |
elastic#190981) ## Summary Fixes the memory usage chart visibility in the Nodes overview table ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit b0beec1)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
…ew table (#190981) (#193566) # Backport This will backport the following commits from `main` to `8.15`: - [[ML] Fix the memory usage chart visibility in the Nodes overview table (#190981)](#190981) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-08-26T14:30:58Z","message":"[ML] Fix the memory usage chart visibility in the Nodes overview table (#190981)\n\n## Summary\r\n\r\nFixes the memory usage chart visibility in the Nodes overview table \r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"b0beec1608f40b3b00f0aaaf40364cc03d822a61","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v9.0.0","Team:ML","backport:prev-minor","v8.16.0","v8.15.2"],"title":"[ML] Fix the memory usage chart visibility in the Nodes overview table ","number":190981,"url":"https://github.com/elastic/kibana/pull/190981","mergeCommit":{"message":"[ML] Fix the memory usage chart visibility in the Nodes overview table (#190981)\n\n## Summary\r\n\r\nFixes the memory usage chart visibility in the Nodes overview table \r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"b0beec1608f40b3b00f0aaaf40364cc03d822a61"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/190981","number":190981,"mergeCommit":{"message":"[ML] Fix the memory usage chart visibility in the Nodes overview table (#190981)\n\n## Summary\r\n\r\nFixes the memory usage chart visibility in the Nodes overview table \r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"b0beec1608f40b3b00f0aaaf40364cc03d822a61"}},{"branch":"8.15","label":"v8.15.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dima Arnautov <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Summary
Fixes the memory usage chart visibility in the Nodes overview table
Checklist