-
Notifications
You must be signed in to change notification settings - Fork 403
Log each condition that was violated for a stale monitor #2557
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
Log each condition that was violated for a stale monitor #2557
Conversation
There are several conditions that can be violated which indicate a stale monitor. This logs each that doesn't hold.
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.
I'm not 100% sure that any of these are reachable without also hitting the update_id
check, but, sure.
Codecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2557 +/- ##
==========================================
- Coverage 90.61% 90.60% -0.01%
==========================================
Files 110 110
Lines 57573 57795 +222
Branches 57573 57795 +222
==========================================
+ Hits 52167 52367 +200
- Misses 5406 5428 +22
☔ View full report in Codecov by Sentry. |
In the steady state, you're probably right, but it's actually how I figured out what was wrong with #2554. :) |
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
There are several conditions that can be violated which indicate a stale monitor. This logs each that doesn't hold.