-
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
[Synthetics] Filtering - location filter counts are off when filter is applied #155437
Conversation
…s applied Co-authored-by: Anjola Adeuyi <57623705+anjola-adeuyi@users.noreply.github.com> Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
buildkite test this |
Pinging @elastic/uptime (Team:uptime) |
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 !!
Pushed a fix for same issue with schedule filtering !!
buildkite test this |
💚 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: |
@elasticmachine run elasticsearch-ci/docs |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…s applied (elastic#155437) Co-authored-by: Anjola Adeuyi <57623705+anjola-adeuyi@users.noreply.github.com> Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com> Co-authored-by: shahzad31 <shahzad31comp@gmail.com> (cherry picked from commit f95ebdf)
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
What does this PR do?
This PR fixes an issue where the location count appears incorrect when a filter is applied, but is correct when no filter is applied. The issue has been resolved by updating the logic and taking into account the filter when it is applied.
Issue References
Client: #155214
Loom/Screenshot Demo
Screen.Recording.2023-04-20.at.13.40.16.mov
This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time.