Fixes timeseries charts timezone and removed no more used files

This commit is contained in:
Matteo Biscosi 2023-11-08 17:37:17 +00:00
parent 4bd964b24e
commit b10358277a
10 changed files with 1130 additions and 1258 deletions

View file

@ -122,7 +122,9 @@ local function performQuery(tstart, tend, keep_total, additional_options)
if starts(ts_schema, "top:") then
local ts_schema = split(ts_schema, "top:")[2]
res = ts_utils.queryTopk(ts_schema, tags, tstart, tend, options)
res = {}
-- No more supported
-- ts_utils.queryTopk(ts_schema, tags, tstart, tend, options)
else
res = ts_utils.query(ts_schema, tags, tstart, tend, options)