From 96aff5c4045e2a0391874a04dd9f2c284d23004d Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 22 Nov 2022 18:07:51 +0100
Subject: [PATCH] chore(mastodon): Reduce SLO requirement to 95%

Given that it's perfectly usable, there is currently no reason
to focus on bringing down response times. Therefore relaxing
the SLO it is for now.
---
 apps/k8s01/mastodon/slo.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/k8s01/mastodon/slo.yaml b/apps/k8s01/mastodon/slo.yaml
index e233b2ac4..dae67c253 100644
--- a/apps/k8s01/mastodon/slo.yaml
+++ b/apps/k8s01/mastodon/slo.yaml
@@ -20,7 +20,7 @@ spec:
         annotations:
           summary: "High error rate on 'mastodon' requests responses"
     - name: "requests-latency"
-      objective: 98
+      objective: 95
       description: "Mastodon: SLO based on latency for HTTP request responses. Warns if requests take longer than 250ms. When responses are slower than 200ms they become noticable slow."
       labels:
         category: latency
-- 
GitLab