File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ The reason for doing it this way is feasibility for efficiently computing that:
39
39
in 99% of programmers (e.g. iptables). That requires tracking metrics on
40
40
per-change base (which we can't do efficiently).
41
41
42
- - The SLI is expected to remain constant independently of the number of records, per
43
- example, in a headless service with thousands of pods the SLI for the first and the
44
- last Pod should not exhibit a statistically significant difference.
42
+ - The SLI for DNS publishing should remain constant independent of the number of records.
43
+ For example, in a headless service with thousands of pods the time between the pod being
44
+ assigned an IP and the time DNS makes that IP availabe in the service's A/AAAA record(s)
45
+ should be statisitically consistent for the first Pod and the last Pod.
46
+
45
47
46
48
### How to measure the SLI.
47
49
There [ network programming latency] ( ./network_programming_latency.md ) is
You can’t perform that action at this time.
0 commit comments