linkerd2/controller/api
Andrew Seigner 1db7d2a2fb
Ensure latency quantile queries match timestamps (#348)
In PR #298 we moved time window parsing (10s => (time.now - 10s,
time.now) down the stack to immediately before the query. This had the
unintended effect of creating parallel latency quantile requests with
slightly different timestamps.

This change parses the time window prior to latency quantile fan out,
ensuring all requests have the same timestamp.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-02-13 16:26:54 -08:00
..
proxy Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
public Ensure latency quantile queries match timestamps (#348) 2018-02-13 16:26:54 -08:00
util Remove per-path metrics from telemetry pipeline (#317) 2018-02-09 14:20:28 -08:00