mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Initial timeseries documentation
This commit is contained in:
parent
efaabaa2c6
commit
8d64737dc6
8 changed files with 134 additions and 21 deletions
|
|
@ -2,18 +2,6 @@
|
|||
-- (C) 2018 - ntop.org
|
||||
--
|
||||
|
||||
--[[
|
||||
Data model:
|
||||
|
||||
- schema: a set of <schema_name, tags, metrics, options>
|
||||
- schema_name: a unique schema identifier
|
||||
- tags: an ordered list of <tag_name, tag_value>. A tag is an instance identifier.
|
||||
- metrics: an ordered list of metrics.
|
||||
- metric: a single metric (e.g. byte sent) for the instance within the schema.
|
||||
- options: variable options, divided between driver dependent/independent
|
||||
E.g. {step=60, driver={rrd={ .. RRD specific options ..}}}
|
||||
]]
|
||||
|
||||
local ts_utils = {}
|
||||
|
||||
-- Import other modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue