You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/grafana/dashboards/ofh.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@
241
241
"editorMode": "code",
242
242
"format": "time_series",
243
243
"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",
245
245
"refId": "A",
246
246
"sql": {
247
247
"columns": [
@@ -859,7 +859,7 @@
859
859
"editorMode": "code",
860
860
"format": "time_series",
861
861
"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",
0 commit comments