mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Move influxdb data export into driver api
This commit is contained in:
parent
3088773f7a
commit
b2107b6f36
7 changed files with 42 additions and 46 deletions
|
|
@ -51,6 +51,11 @@ end
|
|||
function driver:topk(schema, tags, tstart, tend, options, top_tags)
|
||||
end
|
||||
|
||||
--! @brief Informs the driver that it's time to export data.
|
||||
--! @note This is called periodically by ntopng and should not be called manually.
|
||||
function driver:export()
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
return driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue