summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwojtekt <wojtekt@google.com>2019-07-31 16:17:09 +0200
committerwojtekt <wojtekt@google.com>2019-07-31 16:17:09 +0200
commite3b31ac693e14c1883bbc7f58c0a4d902502a1e0 (patch)
tree5a93e39d81bda5a9e458edc1a432ac4637bb7b6d
parent8d302b7bf09602a53009e95cf44e944f05a6eb38 (diff)
Link thresholds
-rw-r--r--sig-scalability/slos/api_call_latency.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/sig-scalability/slos/api_call_latency.md b/sig-scalability/slos/api_call_latency.md
index 69af0f13..7e6b0785 100644
--- a/sig-scalability/slos/api_call_latency.md
+++ b/sig-scalability/slos/api_call_latency.md
@@ -50,6 +50,11 @@ the amount of work to do (which is number of objects of a given type in a given
scope) plus some constant overhead. For better tracking of performance, we
may want to define purely internal SLI of "latency per object". But that
isn't in near term plans.
+- To recall, SLOs are guaranteed only if thresholds defined in [thresholds file][]
+are satisfied. This is particularly important for this SLO, because it limits
+the number of objects that are returned by LIST calls.
+
+[thresholds file]: https://github.com/kubernetes/community/blob/master/sig-scalability/configs-and-limits/thresholds.md
### Caveats
- The SLO has to be satisfied independently from used encoding in user-originated