From 81297babc033a6181b8bd3a051386d142b19cb19 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 11 Jul 2021 21:06:13 +0200 Subject: pyExporter: Export flow allocator updates --- exporters-influxdb/pyExporter/oexport.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exporters-influxdb/pyExporter/oexport.py b/exporters-influxdb/pyExporter/oexport.py index 3b0f324..048d4ef 100755 --- a/exporters-influxdb/pyExporter/oexport.py +++ b/exporters-influxdb/pyExporter/oexport.py @@ -302,6 +302,8 @@ class OuroborosRIBReader: 'Received (bytes)': 'recv_bytes_total', 'Receive failed (packets)': 'recv_failed_pkts_total', 'Receive failed (bytes)': 'recv_failed_bytes_total', + 'Sent flow updates (packets)': 'sent_flow_updates_total', + 'Received flow updates (packets)': 'recv_flow_updates_total', 'Congestion avoidance algorithm': None, 'Upstream congestion level': 'up_cong_lvl', 'Downstream congestion level': 'down_cong_lvl', -- cgit v1.2.3