Skip to content

Commit

Permalink
added formula for error budget
Browse files Browse the repository at this point in the history
  • Loading branch information
alexewerlof committed Sep 18, 2023
1 parent 6ef1267 commit 7dfa675
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,20 @@ <h2 id="error-budget-title">
before you violate the SLO.
It is calculated as 100% - SLO.
</p>
<p>
In this case:
</p>
<p>
<code>
<span class="exprt">error_budget</span>
<span class="punct"> = </span>
<span class="const">100%</span>
<span class="punct"> - </span>
<span class="const">{{ slo.perc }}%</span>
<span class="punct"> = </span>
<span class="const">{{ errorBudgetPerc }}%</span>
</code>
</p>
</help-component>
</h2>
<p v-if="sli.isTimeBased">
Expand Down

0 comments on commit 7dfa675

Please sign in to comment.