diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-07-11 21:06:13 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-07-11 21:06:13 +0200 |
commit | 81297babc033a6181b8bd3a051386d142b19cb19 (patch) | |
tree | bd3c3c71907d4f626489dd5239aa875f10bd39cf | |
parent | 1cdec2d22d5bb35f6f7c170d7231673924b01b2b (diff) | |
download | ouroboros-metrics-81297babc033a6181b8bd3a051386d142b19cb19.tar.gz ouroboros-metrics-81297babc033a6181b8bd3a051386d142b19cb19.zip |
pyExporter: Export flow allocator updates
-rwxr-xr-x | exporters-influxdb/pyExporter/oexport.py | 2 |
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', |