fix(health): usniFleet empty → WARN not CRIT (usniFleetStale is the fallback) (#2361)

This commit is contained in:
Elie Habib
2026-03-27 14:14:16 +04:00
committed by GitHub
parent af49e5563b
commit a90efb2f06

View File

@@ -233,6 +233,7 @@ const ON_DEMAND_KEYS = new Set([
const EMPTY_DATA_OK_KEYS = new Set([
'notamClosures', 'faaDelays', 'gpsjam', 'positiveGeoEvents', 'weatherAlerts',
'earningsCalendar', 'econCalendar', 'cotPositioning',
'usniFleet', // usniFleetStale covers the fallback; relay outages → WARN not CRIT
]);
// Cascade groups: if any key in the group has data, all empty siblings are OK.