An e-commerce platform hosted on Google Cloud calculates the ratio of successful checkout API calls to total checkout API calls over a given billing period to evaluate real-time user experience. Which Site Reliability Engineering (SRE) component is represented by this measured ratio?
- Service Level Indicator (SLI)Answer
- BService Level Objective (SLO)
- CService Level Agreement (SLA)
- DError Budget
Answer
Service Level Indicator (SLI)
A Service Level Indicator (SLI) is a quantifiable measure of service performance delivered to users in real time. Calculating the ratio of successful API calls to total API calls yields a direct SLI measurement.
Step-by-Step Solution
Key Concept
Distinguishing Service Level Indicators (SLIs) as empirical operational measurements from Service Level Objectives (SLOs) and Agreements (SLAs).