Heartbeat monitoring: when silence is the alarm
Normal monitoring probes your service from outside and alerts when a probe fails. Heartbeat monitoring points the arrow the other way: the thing being watched sends a periodic signal (the heartbeat), and the alert fires when that signal stops arriving. It is the only monitoring shape that works for things an external probe cannot see: cron jobs, queue workers, backups, on-prem scripts behind a firewall, IoT devices, and any process whose failure mode is simply not running.