sre.html (2452B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <!-- Sep 03, 2024 --> 5 <meta charset="utf-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <title>Site Reliability Engineering</title> 8 <meta name="author" content="Vincent Demeester" /> 9 <meta name="generator" content="Org Mode" /> 10 <link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> 11 <meta name='viewport' content='width=device-width, initial-scale=1'> 12 <link rel='stylesheet' href='./css/2022.css' type='text/css'/> 13 <link rel='stylesheet' href='./css/syntax.css' type='text/css'/> 14 <link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> 15 </head> 16 <body> 17 <main id="content" class="content"> 18 <header> 19 <h1 class="title">Site Reliability Engineering</h1> 20 </header><section id="outline-container-Terminology" class="outline-2"> 21 <h2 id="Terminology">Terminology</h2> 22 <div class="outline-text-2" id="text-Terminology"> 23 <ul class="org-ul"> 24 <li><b>SLI - Service Level Indicator</b> 25 <ul class="org-ul"> 26 <li>A quantitative aspect of the level of service</li> 27 <li>What you and your users care about.</li> 28 <li>Sharing the user’s pain.</li> 29 </ul></li> 30 <li><b>SLO - Service Level Objective</b> 31 <ul class="org-ul"> 32 <li>Targets or range values on top of your SLIs</li> 33 <li>You can define more than one SLO per SLI</li> 34 <li>They help to set user expectations</li> 35 </ul></li> 36 <li><b>SLA - Service Level Agreement</b> 37 <ul class="org-ul"> 38 <li>They imply a contract</li> 39 <li>Financially oriented</li> 40 </ul></li> 41 <li><b>Error Budget</b> 42 <ul class="org-ul"> 43 <li>For a given SLO and a time window, how much time we can be outside of the SLO.</li> 44 <li>A 99.9% SLO service has 0.1% error budget</li> 45 </ul></li> 46 </ul> 47 </div> 48 </section> 49 </main> 50 <footer id="postamble" class="status"> 51 <footer> 52 <small><a href="/" rel="history">Index</a> • <a href="/sitemap.html">Sitemap</a> • <a href="https://dl.sbr.pm/">Files</a></small><br/> 53 <small class='questions'>Questions, comments ? Please use my <a href="https://lists.sr.ht/~vdemeester/public-inbox">public inbox</a> by sending a plain-text email to <a href="mailto:~vdemeester/public-inbox@lists.sr.ht">~vdemeester/public-inbox@lists.sr.ht</a>.</small><br/> 54 <small class='copyright'> 55 Content and design by Vincent Demeester 56 (<a rel='licence' href='http://creativecommons.org/licenses/by-nc-sa/3.0/'>Some rights reserved</a>) 57 </small><br /> 58 </footer> 59 </footer> 60 </body> 61 </html>