Fork me on GitHub
#onyx
<
2016-10-06
>
Drew Verlee02:10:11

if i wanted to hold onto some state from an aggregation and use it in the next aggregation (say a rolling current_max value to compare against), what would achieve that? I assume something related to the trigger

robert-stuttaford09:10:14

@lucasbradstreet max:read_log.10s_max_complete_latency / max:read_log.10s_throughput is this a sensible calculation to perform?

lucasbradstreet13:10:02

@robert-stuttaford: I'll have to think about it a bit more, but I'm not really sure what it means since multiple segments are in flight at any given time, unlike the other metric we discussed

lucasbradstreet13:10:29

Sum (all complete latencies over the last 10s) / throughput 10s should approx equal average complete latency, given a steady stream of segments. So you'd be dividing it again by the throughput which I don't think gives you anything useful