linkerd2/controller
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
..
api Ensure latency quantile queries match timestamps (#348) 2018-02-13 16:26:54 -08:00
cmd Set conduit version to match conduit docker tags (#208) 2018-01-26 11:43:45 -08:00
destination controller: echo ip address if destination service receives ip (#186) 2018-01-22 16:20:13 -08:00
gen Remove unused metrics (#322) 2018-02-09 17:14:17 -08:00
k8s Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
script Remove unused metrics (#322) 2018-02-09 17:14:17 -08:00
tap Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
telemetry Require timestamp on all telemetry requests (#342) 2018-02-13 13:52:21 -08:00
util Add more prometheus instrumentation (latency, response size) (#174) 2018-02-01 09:50:31 -08:00
Dockerfile Precompile large Go libraries in go-deps Docker image. (#332) 2018-02-13 11:35:10 -10:00