When a parks recreation booking alarm fires, where should the firing message go so on-call staff get email or PagerDuty, without treating Logging as the alarm destination?
Select an answer to reveal the explanation.
Short Explanation
Alarm messages are like dispatch radio: they go out on Notifications (or a stream when volume is huge), not into the log binder. Connector Hub is not required just to emit the alarm.
Full Explanation
Official alarm destinations are a Notifications topic (email, PagerDuty, and similar subscriptions) or a Streaming stream when high-volume split-by-stream delivery is needed. Repeat notifications and the transition back to OK are configured on the alarm. Connector Hub is not required merely to emit the alarm, and Logging or APM are not the standard alarm message destinations for this pattern.