Add past period series for graphical comparison

This commit is contained in:
emanuele-f 2018-07-31 14:59:25 +02:00
parent 79d8c5451a
commit ffd6d9ac9f
7 changed files with 55 additions and 19 deletions

View file

@ -374,6 +374,9 @@ function driver:query(schema, tstart, tend, tags, options)
count = count,
series = series,
statistics = stats,
additional_series = {
total = total_serie,
},
}
end