A plugin that can fake a burning rate based on speed/rate factor options. A good plugin for exploring/learning how SLOs, SLIs, error budget and SLO alerting works.
You can get more information on the SRE workbook Alert on burn rate
section.
burn_rate
: (Required) A number that tells the burn rate factor (e.g:1
,2
,10
...).jitter_percent
: (Optional) A percent number that will add/remove jitter on the burned rate.
Doesn't have any metric requirements.
sli:
plugin:
id: "sloth-common/fake"
options:
burn_rate: "0.5"
sli:
plugin:
id: "sloth-common/fake"
options:
burn_rate: "1"
sli:
plugin:
id: "sloth-common/fake"
options:
burn_rate: "2"
sli:
plugin:
id: "sloth-common/fake"
options:
burn_rate: "10"
sli:
plugin:
id: "sloth-common/fake"
options:
burn_rate: "1000"
sli:
plugin:
id: "sloth-common/fake"
options:
burn_rate: "1"
jitter_percent: "10"