mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Simplify CQ handling by storing data as derivatives
This requires less complexity than integral handling as it can now be handled similarly as gauge metrics
This commit is contained in:
parent
b82aea611e
commit
d28bd1e4e9
3 changed files with 26 additions and 36 deletions
|
|
@ -9,7 +9,7 @@ local ts_common = {}
|
|||
ts_common.metrics = {}
|
||||
ts_common.metrics.counter = "counter"
|
||||
ts_common.metrics.gauge = "gauge"
|
||||
ts_common.metrics.integral = "integral"
|
||||
ts_common.metrics.derivative = "derivative"
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue