mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add experimental support for 5sec granularity for host timeseries
To enable it (only on *InfluxDB* right now): - uncomment HOST_NUM_TIMESERIES_POINTS in ntop_defines.h - run `redis-cli set ntopng.prefs.30_sec_dump 1` and restart ntopng
This commit is contained in:
parent
413c265ecb
commit
0004e08191
24 changed files with 354 additions and 106 deletions
|
|
@ -57,9 +57,10 @@ function driver:export()
|
|||
end
|
||||
|
||||
--! @brief Get the most recent timestamp available for queries.
|
||||
--! @param ifid can be used to possibly provide a more accurate answer.
|
||||
--! @note a conservative way to implement this is to return the current time.
|
||||
--! @return most recent timestamp available.
|
||||
function driver:getLatestTimestamp()
|
||||
function driver:getLatestTimestamp(ifid)
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue