-
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
Fix: Consider all summary pings to determine if monitor is only fleet managed. #142004
Fix: Consider all summary pings to determine if monitor is only fleet managed. #142004
Conversation
2bf833e
to
7d18fd7
Compare
Pinging @elastic/uptime (Team:uptime) |
7d18fd7
to
11eb12f
Compare
As I read the description this looks at result data to determine if the "run once" functionality should work and where it should work. Is that right? Isn't there a way to interrogate the saved objects instead? |
Yes, it'd be neat to fetch the Saved Object to determine the status. Just that, on the Uptime overview page, we don't query the saved objects at all for anything. But I think, it's fine to query the saved object and disable "run once" if:
@dominiqueclarke @shahzad31 any thoughts on this? |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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 this using the deployment and the behavior was anticipated. Code looks good, too.
… managed. (elastic#142004) * Consider all ping to determine if monitor is only fleet managed. * Close popover on outside click as the built-in functionality is buggy. * Handle the case where only private locations are selected among a mix of locations. (cherry picked from commit 1eb059d)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… managed. (#142004) (#142659) * Consider all ping to determine if monitor is only fleet managed. * Close popover on outside click as the built-in functionality is buggy. * Handle the case where only private locations are selected among a mix of locations. (cherry picked from commit 1eb059d) Co-authored-by: Abdul Wahab Zahid <[email protected]>
… managed. (elastic#142004) * Consider all ping to determine if monitor is only fleet managed. * Close popover on outside click as the built-in functionality is buggy. * Handle the case where only private locations are selected among a mix of locations.
… managed. (elastic#142004) * Consider all ping to determine if monitor is only fleet managed. * Close popover on outside click as the built-in functionality is buggy. * Handle the case where only private locations are selected among a mix of locations.
Fixes #138862
Fixes #140768
Summary
run_once
) test for both public and private locations, in which case, the test for private location never finishes. Also some tweaks are applied to the Run now tooltip (popover).How to test