File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1202,7 +1202,7 @@ END;
1202
1202
within the interval, <replaceable>latency_sum</replaceable> is a sum of latencies
1203
1203
(so you can compute average latency easily). The following two fields are useful
1204
1204
for variance estimation - <replaceable>latency_sum</> is a sum of latencies and
1205
- <replaceable>latency_2_sum</> is a sum of 2nd powers of latencies. The last two
1205
+ <replaceable>latency_2_sum</> is a sum of 2nd powers of latencies. The next two
1206
1206
fields are <replaceable>min_latency</> - a minimum latency within the interval, and
1207
1207
<replaceable>max_latency</> - maximum latency within the interval. A transaction is
1208
1208
counted into the interval when it was committed. The fields in the end,
You can’t perform that action at this time.
0 commit comments