Remove the AlarmClientDiscovery probe log

Delete docs/AlarmClientDiscovery.md — an archival AVEVA alarm-consumer
investigation log whose durable findings now live in the alarm
worker/monitor code. Drop the now-dangling links from Grpc.md and
GatewayConfiguration.md.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Joseph Doherty
2026-05-21 17:04:29 -04:00
parent de58872435
commit 864b9f4bd3
3 changed files with 2 additions and 832 deletions
+1 -3
View File
@@ -184,9 +184,7 @@ behavior.
| `MxGateway:Alarms:ReconcileIntervalSeconds` | `30` | How often the monitor reconciles its in-process alarm cache against the worker's authoritative active-alarm snapshot, catching transitions the live poll-and-diff feed missed. Floored at 5 seconds. |
The alarm monitor is independent of client sessions: `AcknowledgeAlarm` and
`StreamAlarms` are session-less RPCs served by the monitor. See
[Alarm Client Discovery](./AlarmClientDiscovery.md) for the AVEVA consumer
surface the monitor's worker session drives.
`StreamAlarms` are session-less RPCs served by the monitor.
## Related Documentation