mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Reworks counting of skipped flow lua calls
This commit is contained in:
parent
739c87a52d
commit
47169b82be
9 changed files with 126 additions and 37 deletions
|
|
@ -19,7 +19,7 @@ schema:addTag("ifid")
|
|||
schema:addTag("hash_table")
|
||||
schema:addMetric("num_calls")
|
||||
|
||||
schema = ts_utils.newSchema("ht:num_missed_calls", {step = 5, metrics_type = ts_utils.metrics.gauge})
|
||||
schema = ts_utils.newSchema("ht:num_skipped_calls", {step = 5, metrics_type = ts_utils.metrics.gauge})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("hash_table")
|
||||
schema:addMetric("idle")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue