This continue query:
select mean(elapsed) as average, percentile(elapsed,95) as percentile_95, max(elapsed) as maximum from /^Jmeter./ group by time(1s) fill(null) into 1sec.timing.:series_name backfill(false)*
cause to error:
[2015/07/01 08:05:38 IDT] EROR Couldn't write data for continuous query: %!(EXTRA *errors.errorStr ing=proto: Marshal called with nil)
and doesnt works.
Without fill(null) the CQ works fine, but i need to fill the intervals in series.
Is some workaround exists?