Skip to content

feat(alerts): health that flaps below the page's window is visible - #374

Merged
rldyourmnd merged 1 commit into
mainfrom
feat/flapping-health-is-visible
Sep 2, 2026
Merged

feat(alerts): health that flaps below the page's window is visible#374
rldyourmnd merged 1 commit into
mainfrom
feat/flapping-health-is-visible

Conversation

@rldyourmnd

Copy link
Copy Markdown
Contributor

fleet_platform_unhealthy pages when health is down for two minutes and reads max by (host_name) over that window, so a one-minute dip beside a healthy minute never fires it. On 2026-09-02 the warm-pool reconcilers failed eleven times between 09:35Z and 11:00Z (each failure taking services-host health down for a minute) and no rule fired at all; I found them by querying the metric by hand.

fleet_health_flapping counts the unhealthy minutes over half an hour and raises a ticket at three. A fleet that recovers by itself every minute is not an outage, it is a defect with a heartbeat. The cause of those eleven dips is fixed separately in #373; this is the rule that would have shown them.

No provider-compiled package changes.

https://claude.ai/code/session_0128syXKxAGCfJGRDxUUNQXp

fleet_platform_unhealthy pages when health is down for two minutes, and it
reads `max` over that window. A reconciler that fails and is restarted by
its timer takes health down for one minute at a time, so the healthy minute
beside each failed one kept the page silent: on 2026-09-02 the warm pool
reconcilers failed eleven times between 09:35Z and 11:00Z and no rule fired.

fleet_health_flapping counts the unhealthy minutes over half an hour and
raises a ticket at three. A fleet that recovers by itself every minute is
not an outage; it is a defect with a heartbeat, and it now has a name.

Claude-Session: https://claude.ai/code/session_0128syXKxAGCfJGRDxUUNQXp
@rldyourmnd
rldyourmnd enabled auto-merge September 2, 2026 12:11
@rldyourmnd
rldyourmnd merged commit 2177dd6 into main Sep 2, 2026
10 checks passed
@rldyourmnd
rldyourmnd deleted the feat/flapping-health-is-visible branch September 2, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant