alarms: propagate degraded/source_provider through snapshot + gateway cache paths (integration fix I1/I2)

This commit is contained in:
Joseph Doherty
2026-06-13 10:53:55 -04:00
parent 2f30f0c7c0
commit ec88532fe4
4 changed files with 172 additions and 0 deletions
@@ -209,6 +209,8 @@ public sealed class AlarmDispatcher : IDisposable
OperatorComment = record.AlarmComment,
Category = record.Group,
Description = string.Empty,
Degraded = record.Degraded,
SourceProvider = record.Degraded ? AlarmProviderMode.Subtag : AlarmProviderMode.Alarmmgr,
};
if (record.TransitionTimestampUtc != DateTime.MinValue)
{