-
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 swim lane for top influencers #84258
[ML] Fix swim lane for top influencers #84258
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 and LGTM. Just found one typo!
* For the "View by" swim lane the limit is the cardinality of the influencer values, | ||
* which is known after the initial fetch. | ||
* When looking up for top influencers for selected range in Overall swim lane | ||
* the result is filtered by top influencers values, hence there is no need ot set the limit. |
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.
Nit - typo ot
should be to
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.
Fixed in c073125
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 ⚡
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
* [ML] fix swim lane with page size for top influencers, fix swim lane sorting * [ML] fix typo
Summary
When cells on the "Overall" swim lane are selected, we filter the "View By" swim lane based on the top influencers in that range. This PR fixes the request for this case by removing the limit (based on cardinality).
Fix swim lane sorting when top influencers are presented:
Before:
After: