Skip to content

Commit bccdb3d

Browse files
grafana: clean up OFH dashboard
remove timing_stats as they don't seem to be present in the influx db
1 parent 7c36855 commit bccdb3d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

docker/grafana/dashboards/ofh.json

Lines changed: 2 additions & 15 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 dl_avg_throughput_mbps, \"ul_ethernet_receiver_average_throughput_mbps\" AS ul_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 dl_avg_throughput_mbps, ul_ethernet_receiver_average_throughput_mbps AS ul_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": [
@@ -666,7 +666,7 @@
666666
"editorMode": "code",
667667
"format": "time_series",
668668
"rawQuery": true,
669-
"rawSql": "SELECT ul_received_packets_total AS total, ul_received_packets_early AS early, ul_received_packets_on_time AS on_time, ul_received_packets_late AS late, ul_rx_window_stats_nof_missed_prach_occasions AS missed_prach, ul_rx_window_stats_nof_missed_uplink_symbols AS missed_uplink, timing_stats_nof_skipped_symbols AS timing_nof_skipped_symbols, timing_stats_skipped_symbols_max_burst AS timing_skipped_symbols_max_burst, time FROM ofh WHERE pci == $pci AND time >= $__timeFrom AND time <= $__timeTo ORDER BY time",
669+
"rawSql": "SELECT ul_received_packets_total AS total, ul_received_packets_early AS early, ul_received_packets_on_time AS on_time, ul_received_packets_late AS late, ul_rx_window_stats_nof_missed_prach_occasions AS missed_prach, ul_rx_window_stats_nof_missed_uplink_symbols AS missed_uplink, time FROM ofh WHERE pci == $pci AND time >= $__timeFrom AND time <= $__timeTo ORDER BY time",
670670
"refId": "A",
671671
"sql": {
672672
"columns": [
@@ -902,19 +902,6 @@
902902
"type": "timeseries",
903903
"repeat": "pci",
904904
"repeatDirection": "v"
905-
},
906-
{
907-
"collapsed": false,
908-
"gridPos": {
909-
"h": 1,
910-
"w": 24,
911-
"x": 0,
912-
"y": 51
913-
},
914-
"id": 102,
915-
"panels": [],
916-
"title": "System Timer Scheduling",
917-
"type": "row"
918905
}
919906
],
920907
"preload": false,

0 commit comments

Comments
 (0)