-
Notifications
You must be signed in to change notification settings - Fork 8.5k
fix(slo): fulltext search on name #154666
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
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
|
Pinging @elastic/actionable-observability (Team: Actionable Observability) |
e994bd7 to
5db74d9
Compare
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @kdelemme |
|
I see now. @pgayvallet we can't sort by name anymore due to this fix. Are there plans to reintroduce this at some point? |
CoenWarmer
left a comment
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 changes look good. Shame about the loss of functionality but that's outside of our control.
pgayvallet
left a comment
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.
Thank you for the fix (and sorry for breaking your stuff!)
Summary
Resolves #154659
This PR introduces a fix for searching through the SLO names since the SO mapping has been changed to "text". We cannot sort by name anymore, so I replaced it by creation time.