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
- Uptime monitoringUptime monitoring repeatedly checks whether a website, API, or service is reachable and behaving as expected from outside the system.
- API monitoringAPI monitoring checks HTTP endpoints on a schedule to confirm status codes, timing, and response content still match expectations.
- Monitoring intervalMonitoring interval is how often a monitor runs its scheduled check. Teams use the term to keep checks, alerts, and reviews precise.
- RetryRetry is repeating a failed check or delivery attempt before escalating. Teams use the term to keep checks, alerts, and reviews precise.
- Incident verificationIncident verification is confirming a failure is real before treating it as an incident.
Foundational terms
- Uptime monitoringUptime monitoring repeatedly checks whether a website, API, or service is reachable and behaving as expected from outside the system.
- Website monitoringWebsite monitoring checks a public web page or site on a schedule to confirm it responds successfully for visitors.
- API monitoringAPI monitoring checks HTTP endpoints on a schedule to confirm status codes, timing, and response content still match expectations.
- Health checkHealth check is a request or probe that evaluates whether a service is healthy. Teams use the term to keep checks, alerts, and reviews precise.
- MonitorMonitor is a configured check that runs on a schedule. Teams use the term to keep checks, alerts, and reviews precise.
Advanced terms
- Synthetic monitoringSynthetic monitoring is running scripted checks that simulate user or client requests. Teams use the term to keep checks, alerts, and reviews precise.
- Monitoring regionMonitoring region is the geographic or network location that runs a check. Teams use the term to keep checks, alerts, and reviews precise.
- Response-time thresholdResponse-time threshold is the maximum acceptable duration for a successful response. Teams use the term to keep checks, alerts, and reviews precise.
- Availability monitoringAvailability monitoring is measuring whether a service is usable when expected. Teams use the term to keep checks, alerts, and reviews precise.
All terms in Monitoring
- API monitoring
- Availability check
- Availability monitoring
- Endpoint monitoring
- External monitoring
- Health check
- Health endpoint
- HTTP monitoring
- HTTPS monitoring
- Manual check
- Monitor
- Monitoring history
- Monitoring interval
- Monitoring region
- Response-time threshold
- Retry
- Scheduled check
- Service health
- Service monitoring
- Synthetic monitoring
- Timeout
- Uptime monitoring
- Website monitoring