diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-08-23 06:57:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 06:57:46 -0700 |
| commit | fe10fe38e7f37a32e59f690735c7fa87b46e96e1 (patch) | |
| tree | 48d8933a47c2ebd7eb54c22926b14385299bb4d9 /sig-scalability | |
| parent | e6d783d39053f9f51d14c0265dad48b95f357107 (diff) | |
| parent | b3407928fdbd2bb8dfb003b02dc93706b9888c88 (diff) | |
Merge pull request #2579 from wojtek-t/watch_sli_details
Add a link to watch latency sli
Diffstat (limited to 'sig-scalability')
| -rw-r--r-- | sig-scalability/slos/slos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-scalability/slos/slos.md b/sig-scalability/slos/slos.md index 946aa612..59d0d9b0 100644 --- a/sig-scalability/slos/slos.md +++ b/sig-scalability/slos/slos.md @@ -141,7 +141,7 @@ scheduled in the cluster without causing any preemption. | Status | SLI | User stories, ... | | --- | --- | --- | -| WIP | Watch latency for every resource, (from the moment when object is stored in database to when it's ready to be sent to all watchers), measured as 99th percentile over last 5 minutes | TODO | +| WIP | Watch latency for every resource, (from the moment when object is stored in database to when it's ready to be sent to all watchers), measured as 99th percentile over last 5 minutes | [Details](./watch_latency.md) | | WIP | Admission latency for each admission plugin type, measured as 99th percentile over last 5 minutes | [Details](./api_extensions_latency.md) | | WIP | Webhook call latency for each webhook type, measured as 99th percentile over last 5 minutes | [Details](./api_extensions_latency.md) | | WIP | Initializer latency for each initializer, measured as 99th percentile over last 5 minutes | [Details](./api_extensions_latency.md) | |
