Skip to content
Snippets Groups Projects
Verified Commit b981971e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(jellyfin): Fix SLO description

parent e4e63e2f
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ spec:
summary: "High error rate on 'jellyfin' requests responses"
- name: "requests-latency"
objective: 95
description: "Jellyfin: 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."
description: "Jellyfin: SLO based on latency for HTTP request responses. Warns if requests take longer than 1s. When responses are slower than 200ms they become noticable slow."
labels:
category: latency
sli:
......@@ -38,4 +38,4 @@ spec:
labels:
category: "latency"
annotations:
summary: "Slow responses on 'jellyfin' requests responses. More than 1% take more than 250ms."
\ No newline at end of file
summary: "Slow responses on 'jellyfin' requests responses. More than 5% take more than 1s."
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment