Slide 25
Slide 25 text
SLOs live in the repo, not a wiki
new appsignals.CfnServiceLevelObjective(this, "Avail", {
name: "api-availability",
sli: { /* availability, threshold 99.5 */ },
goal: { attainmentGoal: 99.5,
interval: { rollingInterval: { duration: 7,
durationUnit: "DAY" } } },
});
// second SLO on the same service: p99 <= 500 ms
// alarms: 14.4x / 1h and 6x / 6h for each SLO