Slide 46
Slide 46 text
Learning from Google‘s SRE Practices
● Service Level Indicators (SLIs)
○ Definition: Measurable Metrics as the base for evaluation
○ Example: Error Rate of Login Requests
● Service Level Objectives (SLOs)
○ Definition: Binding targets for Service Level Indicators
○ Example: Login Error Rate must be less than 2% over a 30 day period
● Service Level Agreements (SLAs)
○ Definition: Business Agreement between consumer and provider typically based on SLO
○ Example: Logins must be reliable & fast (Error Rate, Response Time, Throughput) 99% within a 30 day
window
● Google Cloud YouTube Video
○ SLIs, SLOs, SLAs, oh my! (class SRE implements DevOps): https://www.youtube.com/watch?v=tEylFyxbDLE
SLIs drive SLOs which inform SLAs