feat(monitor): auto-prune expired maintenance windows #96
Reference in New Issue
Block a user
Delete Branch "feat/maintenance-window-pruning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Alertmanager-style background pruner for expired maintenance windows.
end_time < now - retentionUPTOP_MAINT_RETENTION(Go duration, e.g.168h)Also closed #73 (overlapping window detection) as by-design — every major monitoring tool allows overlaps.
Closes #72