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: dashboards/daq_overview.json
+29-17Lines changed: 29 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@
268
268
"textMode": "auto",
269
269
"wideLayout": true
270
270
},
271
-
"pluginVersion": "",
271
+
"pluginVersion": "10.2.2",
272
272
"targets": [
273
273
{
274
274
"alias": "",
@@ -374,7 +374,7 @@
374
374
"textMode": "auto",
375
375
"wideLayout": true
376
376
},
377
-
"pluginVersion": "",
377
+
"pluginVersion": "10.2.2",
378
378
"targets": [
379
379
{
380
380
"alias": "",
@@ -483,7 +483,7 @@
483
483
"textMode": "auto",
484
484
"wideLayout": true
485
485
},
486
-
"pluginVersion": "",
486
+
"pluginVersion": "10.2.2",
487
487
"targets": [
488
488
{
489
489
"datasource": {
@@ -592,7 +592,7 @@
592
592
"textMode": "value",
593
593
"wideLayout": true
594
594
},
595
-
"pluginVersion": "",
595
+
"pluginVersion": "10.2.2",
596
596
"targets": [
597
597
{
598
598
"datasource": {
@@ -696,7 +696,7 @@
696
696
"textMode": "auto",
697
697
"wideLayout": true
698
698
},
699
-
"pluginVersion": "",
699
+
"pluginVersion": "10.2.2",
700
700
"targets": [
701
701
{
702
702
"alias": "",
@@ -806,7 +806,7 @@
806
806
"textMode": "auto",
807
807
"wideLayout": true
808
808
},
809
-
"pluginVersion": "",
809
+
"pluginVersion": "10.2.2",
810
810
"targets": [
811
811
{
812
812
"datasource": {
@@ -926,7 +926,7 @@
926
926
"textMode": "auto",
927
927
"wideLayout": true
928
928
},
929
-
"pluginVersion": "",
929
+
"pluginVersion": "10.2.2",
930
930
"targets": [
931
931
{
932
932
"datasource": {
@@ -1048,7 +1048,7 @@
1048
1048
"textMode": "auto",
1049
1049
"wideLayout": true
1050
1050
},
1051
-
"pluginVersion": "",
1051
+
"pluginVersion": "10.2.2",
1052
1052
"targets": [
1053
1053
{
1054
1054
"datasource": {
@@ -1162,7 +1162,7 @@
1162
1162
"textMode": "auto",
1163
1163
"wideLayout": true
1164
1164
},
1165
-
"pluginVersion": "",
1165
+
"pluginVersion": "10.2.2",
1166
1166
"targets": [
1167
1167
{
1168
1168
"datasource": {
@@ -1293,7 +1293,7 @@
1293
1293
"textMode": "auto",
1294
1294
"wideLayout": true
1295
1295
},
1296
-
"pluginVersion": "",
1296
+
"pluginVersion": "10.2.2",
1297
1297
"targets": [
1298
1298
{
1299
1299
"alias": "",
@@ -1827,8 +1827,8 @@
1827
1827
"overrides": [
1828
1828
{
1829
1829
"matcher": {
1830
-
"id": "byName",
1831
-
"options": "Total Beam triggers"
1830
+
"id": "byRegexp",
1831
+
"options": "/Beam triggers/"
1832
1832
},
1833
1833
"properties": [
1834
1834
{
@@ -1858,8 +1858,8 @@
1858
1858
"showLegend": true
1859
1859
},
1860
1860
"tooltip": {
1861
-
"mode": "single",
1862
-
"sort": "none"
1861
+
"mode": "multi",
1862
+
"sort": "desc"
1863
1863
}
1864
1864
},
1865
1865
"pluginVersion": "10.2.2",
@@ -1924,6 +1924,18 @@
1924
1924
"rawQuery": true,
1925
1925
"refId": "B",
1926
1926
"resultFormat": "time_series"
1927
+
},
1928
+
{
1929
+
"alias": "$tag_type Beam triggers",
1930
+
"datasource": {
1931
+
"type": "influxdb",
1932
+
"uid": "${influxdb}"
1933
+
},
1934
+
"hide": false,
1935
+
"query": "SELECT cumulative_sum(sum(\"received\")) FROM \"dunedaq.trigger.opmon.TriggerDecisionInfo\" WHERE (\"session\"::tag = '${session}') AND $timeFilter AND type=~/^kCTBBeamChkv(HL|HxL|HLx|HxLx)$/ GROUP BY type, time($__interval) fill(null)",
0 commit comments