aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexporters-influxdb/pyExporter/oexport.py2
1 files changed, 2 insertions, 0 deletions
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',