Skip to content

Commit 5bc52bd

Browse files
committed
Add more link speed mappings to node exporter dashboard
Also, display just the physical link speeds + bonds for combined speed of individual links.
1 parent b2c6e82 commit 5bc52bd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

etc/kayobe/kolla/config/grafana/dashboards/openstack/node_exporter_full.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19722,6 +19722,22 @@
1972219722
"1250000000": {
1972319723
"index": 3,
1972419724
"text": "10G"
19725+
},
19726+
"3125000000": {
19727+
"index": 4,
19728+
"text": "25G"
19729+
},
19730+
"6250000000": {
19731+
"index": 5,
19732+
"text": "50G"
19733+
},
19734+
"12500000000": {
19735+
"index": 6,
19736+
"text": "100G"
19737+
},
19738+
"25000000000": {
19739+
"index": 7,
19740+
"text": "200G"
1972519741
}
1972619742
},
1972719743
"type": "value"
@@ -19771,7 +19787,7 @@
1977119787
},
1977219788
"editorMode": "code",
1977319789
"exemplar": false,
19774-
"expr": "max by (device)(node_network_speed_bytes{instance=\"$node\",job=\"$job\", device!~\"tap.*\"})",
19790+
"expr": "max by (device)(node_network_speed_bytes{instance=\"$node\",job=\"$job\", device=~\"(en.*|eth.*|bond.*)\"})",
1977519791
"format": "time_series",
1977619792
"instant": false,
1977719793
"intervalFactor": 2,

0 commit comments

Comments
 (0)