Skip to content

Category

Monitoring

Monitoring is the practice of checking websites, APIs, certificates, and scheduled jobs from outside the system so teams learn about failures before customers do.

Why this category matters

Without external checks, teams often hear about outages from support tickets. Monitoring turns silent failures into verified signals with enough context to act.

Recommended learning order

  1. Uptime monitoringUptime monitoring repeatedly checks whether a website, API, or service is reachable and behaving as expected from outside the system.
  2. API monitoringAPI monitoring checks HTTP endpoints on a schedule to confirm status codes, timing, and response content still match expectations.
  3. Monitoring intervalMonitoring interval is how often a monitor runs its scheduled check. Teams use the term to keep checks, alerts, and reviews precise.
  4. RetryRetry is repeating a failed check or delivery attempt before escalating. Teams use the term to keep checks, alerts, and reviews precise.
  5. Incident verificationIncident verification is confirming a failure is real before treating it as an incident.

Foundational terms

Advanced terms

All terms in Monitoring