Appearance
Integrations
Connect Latency to the tools you already use.
Available integrations
Slack
Receive rich alert cards with incident context directly in your Slack channels.
PagerDuty
Automatically open and resolve PagerDuty incidents based on monitor state.
GitHub
Link monitors to deployments to get automatic rollback suggestions when a deployment causes failures.
Datadog
Forward metrics and events to Datadog for unified observability.
Webhooks
Send a signed POST request to any HTTPS endpoint on any monitor event.
Webhook payload
json
{
"event": "monitor.failure",
"monitor": {
"id": "mon_abc123",
"name": "API health",
"url": "https://api.yourdomain.com/health"
},
"incident": {
"id": "inc_xyz789",
"started_at": "2024-01-15T10:23:00Z",
"regions": ["us-east-1", "eu-west-1"]
}
}Webhooks are signed with an X-Latency-Signature header (HMAC-SHA256).