diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-08-21 10:47:20 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-08-21 10:47:20 +0200 |
| commit | bc2979050d29d83baf4896e5117f57198b3d8510 (patch) | |
| tree | 1bc3136b04be0dac5220619341026be36a76030f | |
| parent | 55739aa76f1e8d155fff6794cba4065b41921b26 (diff) | |
| download | nixos-bc2979050d29d83baf4896e5117f57198b3d8510.tar nixos-bc2979050d29d83baf4896e5117f57198b3d8510.tar.gz nixos-bc2979050d29d83baf4896e5117f57198b3d8510.tar.bz2 nixos-bc2979050d29d83baf4896e5117f57198b3d8510.tar.xz nixos-bc2979050d29d83baf4896e5117f57198b3d8510.zip | |
...
| -rw-r--r-- | overlays/cake-prometheus-exporter/cake-prometheus-exporter.py | 1 |
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 | ||
