Skip to content

Commit

Permalink
Update sig-scalability/slos/dns_programming_latency.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Hockin <[email protected]>
  • Loading branch information
aojea and thockin committed Mar 14, 2024
1 parent 434c37c commit f9b6920
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sig-scalability/slos/dns_programming_latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ The reason for doing it this way is feasibility for efficiently computing that:
in 99% of programmers (e.g. iptables). That requires tracking metrics on
per-change base (which we can't do efficiently).

- The SLI is expected to remain constant independently of the number of records, per
example, in a headless service with thousands of pods the SLI for the first and the
last Pod should not exhibit a statistically significant difference.
- The SLI for DNS publishing should remain constant independent of the number of records.
For example, in a headless service with thousands of pods the time between the pod being
assigned an IP and the time DNS makes that IP availabe in the service's A/AAAA record(s)
should be statisitically consistent for the first Pod and the last Pod.


### How to measure the SLI.
There [network programming latency](./network_programming_latency.md) is
Expand Down

0 comments on commit f9b6920

Please sign in to comment.