-
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] AIOps Log Rate Analysis: Fixes date picker refresh button #183768
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.
Code 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. Tested and confirmed brushes now update correctly when using relative dates in the time picker and hitting refresh.
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @walterra |
Summary
Part of #181111.
The refresh button wasn't working as expected. It would refetch the date histogram, but if you had a time set like
Last 15 minutes
, the time range on the page wasn't updated. This PR adds a fix to trigger a refresh of active bounds. It fixes a problem with the deviation brush not properly updating too. Without the fix, the deviation brush would not move when the time range changes.aiops-lra-refresh-fix-0001.webm
Checklist