Production domain root URL
Monitor your apex domain as the canonical health check. If you serve from a custom domain rather than *.netlify.app, watch the canonical version that you publish publicly.
Netlify is similar to Vercel in shape: auto-scaling frontend host with serverless functions. The monitoring concerns map roughly the same way — the main differences are around build state and form handling.
Monitor your apex domain as the canonical health check. If you serve from a custom domain rather than *.netlify.app, watch the canonical version that you publish publicly.
If your site uses Netlify Functions for forms, auth, or APIs, monitor at least one critical function endpoint directly. Cold starts can spike response time after long idle periods.
If you use Netlify Forms with a thank-you redirect, the form-action URL itself is part of your conversion path — worth monitoring even though it's an internal Netlify route.
A failed deploy doesn't replace the live site — Netlify just keeps serving the previous build. We can't detect this; you'll need Netlify's own deploy notifications. We'll detect it later when the live site starts behaving differently from staging.
Don't monitor preview deploy URLs — they get torn down when the branch is deleted, generating false-positive 'down' alerts.
If you're getting hammered by form spam, the form-handling function will run hot and our anomaly detector may flag a response-time spike. The fix is on the form side (CAPTCHA, honeypot), not on the monitoring side.