An Site Reliability Engineering (SRE) team is defining operational reliability metrics for an HTTP-based backend API running on Cloud Run. The team wants to track the exact proportion of successful HTTP requests against total HTTP requests over a 30-day window to measure actual system performance. Which Site Reliability Engineering (SRE) metric component does this specific measurement represent?
- Service Level Indicator (SLI)Answer
- BService Level Objective (SLO)
- CService Level Agreement (SLA)
- DStatic Resource Threshold Alert
Answer
The specific measurement of successful requests over total requests represents a Service Level Indicator (SLI).
The correct answer is Service Level Indicator (SLI). An SLI is a carefully defined quantitative measure of a service's performance, such as latency or successful request ratio. Measuring valid requests divided by total requests yields an SLI.
Step-by-Step Solution
Key Concept
Distinction between Service Level Indicators (SLIs), Service Level Objectives (SLOs), and Service Level Agreements (SLAs).