mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Improve timeseries documentation
Hopefully the docs are now more usable for a beginner
This commit is contained in:
parent
f66a2d4218
commit
9d09d2e616
7 changed files with 333 additions and 166 deletions
|
|
@ -50,7 +50,7 @@ local driver = ts_utils.getQueryDriver()
|
|||
local latest_tstamp = driver:getLatestTimestamp(tags.ifid or -1)
|
||||
|
||||
local options = {
|
||||
max_num_points = tonumber(_GET["limit"]),
|
||||
max_num_points = tonumber(_GET["limit"]) or 60,
|
||||
initial_point = toboolean(_GET["initial_point"]),
|
||||
with_series = true,
|
||||
target_aggregation = ts_aggregation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue