Fixed profile timeseries (#9676)

This commit is contained in:
Manuel Ceroni 2025-09-17 09:59:40 +02:00 committed by GitHub
parent 9f9f645068
commit a8d3d35dee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@ local blacklist_name = _GET["blacklist_name"]
local epoch_begin = _GET["epoch_begin"]
local epoch_end = _GET["epoch_end"]
local if_index = _GET["if_index"]
local profile = _GET["profile"]
local res = {}
@ -46,6 +47,7 @@ local tags = {
port = port,
blacklist_name = blacklist_name,
if_index = if_index,
profile = profile,
epoch_begin = tonumber(epoch_begin),
epoch_end = tonumber(epoch_end)
}