mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Properly handle CQ aggregated types for counters
This commit is contained in:
parent
300e6c4672
commit
b82aea611e
2 changed files with 48 additions and 20 deletions
|
|
@ -9,6 +9,7 @@ local ts_common = {}
|
|||
ts_common.metrics = {}
|
||||
ts_common.metrics.counter = "counter"
|
||||
ts_common.metrics.gauge = "gauge"
|
||||
ts_common.metrics.integral = "integral"
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue