summaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/cake-prometheus-exporter/cake-prometheus-exporter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlays/cake-prometheus-exporter/cake-prometheus-exporter.py b/overlays/cake-prometheus-exporter/cake-prometheus-exporter.py
index 7d5d8a98..bcb628b5 100644
--- a/overlays/cake-prometheus-exporter/cake-prometheus-exporter.py
+++ b/overlays/cake-prometheus-exporter/cake-prometheus-exporter.py
@@ -71,6 +71,7 @@ class CAKEMetrics:
71 attrs[qdisc['dev']] = { 71 attrs[qdisc['dev']] = {
72 'overlimits': qdisc['overlimits'], 72 'overlimits': qdisc['overlimits'],
73 'requeues': qdisc['requeues'], 73 'requeues': qdisc['requeues'],
74 'bandwidth': qdisc['options']['bandwidth'],
74 'tins': tins 75 'tins': tins
75 } 76 }
76 77