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:
emanuele-f 2019-11-15 18:07:44 +01:00
parent b40c53f9d0
commit fc962d73f3
7 changed files with 58 additions and 43 deletions

View file

@ -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
-------------------------------------------------------