Parses and charts UDP socket drops from nProbe

This commit is contained in:
Simone Mainardi 2019-08-30 12:54:41 +02:00
parent e3ae0747c8
commit 24cf71a70d
7 changed files with 45 additions and 11 deletions

View file

@ -38,6 +38,12 @@ schema:addMetric("drops")
-- ##############################################
schema = ts_utils.newSchema("iface:zmq_flow_coll_udp_drops", {step = 1, rrd_fname = "zmq_flow_udp_drops"})
schema:addTag("ifid")
schema:addMetric("drops")
-- ##############################################
schema = ts_utils.newSchema("iface:exported_flows", {step=1, rrd_fname="exported_flows"})
schema:addTag("ifid")
schema:addMetric("num_flows")