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)Cevap
- BService Level Objective (SLO)
- CService Level Agreement (SLA)
- DStatic Resource Threshold Alert
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Distinction between Service Level Indicators (SLIs), Service Level Objectives (SLOs), and Service Level Agreements (SLAs).