Skip to content

Commit 721af8e

Browse files
grafana: match OFH dashboard to new metric naming
1 parent cb68baa commit 721af8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/grafana/dashboards/ofh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"editorMode": "code",
242242
"format": "time_series",
243243
"rawQuery": true,
244-
"rawSql": "SELECT \"dl_ethernet_transmitter_average_throughput_Mbps\" AS avg_throughput_mbps, time FROM ofh WHERE pci == $pci AND time >= $__timeFrom AND time <= $__timeTo ORDER BY time",
244+
"rawSql": "SELECT \"dl_ethernet_transmitter_average_throughput_mbps\" AS avg_throughput_mbps, time FROM ofh WHERE pci == $pci AND time >= $__timeFrom AND time <= $__timeTo ORDER BY time",
245245
"refId": "A",
246246
"sql": {
247247
"columns": [
@@ -859,7 +859,7 @@
859859
"editorMode": "code",
860860
"format": "time_series",
861861
"rawQuery": true,
862-
"rawSql": "SELECT \"ul_ethernet_receiver_average_throughput_Mbps\" AS avg_throughput_mbps, time FROM ofh WHERE pci == $pci AND time >= $__timeFrom AND time <= $__timeTo ORDER BY time",
862+
"rawSql": "SELECT \"ul_ethernet_receiver_average_throughput_mbps\" AS avg_throughput_mbps, time FROM ofh WHERE pci == $pci AND time >= $__timeFrom AND time <= $__timeTo ORDER BY time",
863863
"refId": "A",
864864
"sql": {
865865
"columns": [

0 commit comments

Comments
 (0)