-
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: Fix brush issues. #138113
Conversation
Pinging @elastic/ml-ui (:ml) |
// @ts-ignore | ||
import { formatDate } from '@elastic/eui/lib/services/format'; | ||
|
||
const DATE_FORMAT = 'YYYY-MM-DD'; | ||
const TIME_FORMAT = 'HH:mm:ss'; |
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.
there is a Kibana plugin fieldFormats
that we should use, it takes into account Kibana settings
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.
to avid an extra refactoring in a bugfix PR, decided to postpone this change with the fieldFormats
plugin for 8.5
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 an item to the 8.5
meta issue: #138117
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
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
To update your PR or re-run it, just comment with: cc @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.
Tested and LGTM ⚡
- Fixes overlapping brush badges. - Adds missing tooltips to brush badges. (cherry picked from commit 9512635)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…stic#138134) - Fixes overlapping brush badges. - Adds missing tooltips to brush badges. (cherry picked from commit 9512635) Co-authored-by: Walter Rafelsberger <walter@elastic.co>
Summary
Part of #136265.
Previous:
After:
Checklist