Skip to content

Alerts

Alerts notify your team the moment something goes wrong, and when it recovers.

Creating an alert

bash
latency alert create \
  --monitor my-monitor \
  --channel slack \
  --on failure,recovery

Channels

ChannelSetup
EmailVerified address
WebhookAny HTTPS endpoint (Hobby+)
SlackIncoming webhook URL (Pro+)
DiscordIncoming webhook URL (Pro+)
SMSPhone number (Pro+)

Alert policies

Policies let you define when to alert, e.g. only after 2 consecutive failures from at least 3 regions.

bash
latency policy create \
  --name "strict" \
  --consecutive-failures 2 \
  --quorum 3

WARNING

Alerts without a policy will fire on the first failure from any single region.

© 2026 Latency Labs LLC