You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Heartbeat] Fix bug where enabled: false is ignored. (#27615)
Fixes#27599
This properly handles skipped monitors, and also fixes the broken test
for this.
Additionally, this switches to the go1.3+ way of handling error
hierarchies in `heartbeat.go` using `errors.Is`. It also cleans up the code by no longer
making a disabled config an `error` when parsing stdfields. It's now
only an error when detected in `monitor.go` which is cleaner.
(cherry picked from commit 9a517a7)
0 commit comments