mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
c09c3ab09c
commit
fcb564b7c7
5 changed files with 153 additions and 144 deletions
|
|
@ -47,8 +47,9 @@ end
|
|||
--! @param tags_filter a list of filter tags.
|
||||
--! @param wildcard_tags the remaining tags of the schema which are considered wildcard.
|
||||
--! @param start_time time filter. Only timeseries updated after start_time will be returned.
|
||||
--! @param end_time time filter. Only timeseries updated before end_time will be returned.
|
||||
--! @return a (possibly empty) list of tags values for the matching timeseries on success, nil for non-existing series.
|
||||
function driver:listSeries(schema, tags_filter, wildcard_tags, start_time)
|
||||
function driver:listSeries(schema, tags_filter, wildcard_tags, start_time, end_time)
|
||||
end
|
||||
|
||||
--! @brief Get top k items information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue