mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix InfluxDB ts_utils:exists with empty tags
This commit is contained in:
parent
2e997a9635
commit
ecfa447fcf
3 changed files with 3 additions and 2 deletions
|
|
@ -708,7 +708,7 @@ local function processListSeriesResult(data, schema, tags_filter, wildcard_tags)
|
|||
if table.empty(wildcard_tags) then
|
||||
-- Simple "exists" check
|
||||
if #data.series[1].values >= min_values_list_series then
|
||||
return tags_filter
|
||||
return {tags_filter}
|
||||
else
|
||||
return nil
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue