mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Improve and clean up pending flow scripts call logic
Pending calls are now visualized into the FlowHash "Call Stats" chart
This commit is contained in:
parent
b40c53f9d0
commit
fc962d73f3
7 changed files with 58 additions and 43 deletions
|
|
@ -26,6 +26,12 @@ schema:addMetric("idle")
|
|||
schema:addMetric("proto_detected")
|
||||
schema:addMetric("periodic_update")
|
||||
|
||||
schema = ts_utils.newSchema("ht:num_pending_calls", {step = 5, metrics_type = ts_utils.metrics.gauge})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("hash_table")
|
||||
schema:addMetric("proto_detected")
|
||||
schema:addMetric("periodic_update")
|
||||
|
||||
-------------------------------------------------------
|
||||
-- FLOW USER SCRIPTS SCHEMAS
|
||||
-------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue