Glossary
What Is a Timeout? How Time Limits Affect Monitoring
A timeout is the maximum wait before a request is abandoned. Learn how timeout values shape monitoring accuracy and how to set limits that reduce false alerts.
Read more →What Is SRE? Site Reliability Engineering Explained
SRE treats operations as a software problem. Learn how error budgets, SLOs, and the four golden signals shape modern reliability and where monitoring fits.
Read more →What Is TCP Monitoring? Port-Level Health Checks
TCP monitoring checks whether a port accepts connections. Learn how it differs from HTTP checks, which services need it, and what a failed handshake tells you.
Read more →What Is Apdex Score? Measuring User Satisfaction
Apdex is a standardized score from 0 to 1 that measures how many users get acceptable response times. Learn the formula, thresholds, and where it falls short.
Read more →What Is a Runbook? Operational Guides Explained
A runbook is a step-by-step procedure for handling incidents or routine tasks. Learn how runbooks cut MTTR, when to automate them, and how monitoring fits in.
Read more →What Is P99 Latency? Why Averages Lie About Performance
P99 latency is the response time that 99% of requests fall under. Learn why percentiles matter more than averages and how P99 ties to monitoring.
Read more →What Is a Webhook? How Webhooks Work in Monitoring
A webhook sends an HTTP request to your server when an event happens. Learn how webhooks work, how they differ from APIs, and their role in monitoring alerts.
Read more →What Is an SSL Certificate? How SSL Keeps Connections Secure
An SSL certificate encrypts the connection between a browser and server. Learn how SSL works, what happens when certificates expire, and how to monitor them.
Read more →What Is DNS Monitoring? How DNS Failures Affect Uptime
DNS monitoring tracks whether your domain resolves correctly. Learn how DNS failures cause outages, what to watch for, and how uptime checks catch them.
Read more →What Is MTTF? Mean Time to Failure Explained
MTTF measures the average time a system runs before it fails. Learn how MTTF differs from MTTR, when it matters, and how monitoring extends it.
Read more →What Is an SLI? Service Level Indicators Explained
An SLI is the metric that measures whether a service meets its reliability target. Learn how SLIs work with SLOs, common types, and monitoring.
Read more →What Is a Status Page? Purpose and How It Works
A status page shows customers whether your service is up or down. Learn how they work, why components matter, and how monitoring keeps them updated.
Read more →What Is Observability? Logs, Metrics, Traces Explained
Observability is understanding a system through its outputs — logs, metrics, and traces. Learn how it differs from monitoring and when you need both.
Read more →What Is Incident Management? Process and Best Practices
Incident management covers detecting, responding to, and resolving service outages. Learn the status workflow and how monitoring connects to faster resolution.
Read more →What Is an SLO? Service Level Objectives Explained
An SLO is an internal reliability target set by engineering teams. Learn how SLOs create error budgets, differ from SLAs, and connect to uptime monitoring.
Read more →What Is MTTR? Mean Time to Recovery Explained
MTTR is the average time to restore a service after failure. Learn how to measure it, why it matters more than uptime alone, and how monitoring reduces it.
Read more →What Is a Health Check? Liveness, Readiness, and Monitoring
A health check confirms a service is running and responding. Learn liveness vs readiness checks, how they differ from heartbeats, and how monitoring uses them.
Read more →What Is an SLA? Service Level Agreements Explained
An SLA defines the uptime commitment between provider and customer. Learn what 99.9% means in minutes and why monitoring is needed to verify it.
Read more →What Is Uptime? Definition, Percentages, and Monitoring
Uptime is the time a service stays operational, measured as a percentage. Learn what 99.9% uptime means, how monitoring works, and why check intervals matter.
Read more →What Is a Cron Job? Definition and Monitoring
A cron job is a scheduled task on Unix/Linux systems. Learn how cron expressions work, why cron jobs fail silently, and how to monitor them effectively.
Read more →