Skip to content

Commit 7829239

Browse files
authored
Merge pull request #107 from DUNE-DAQ/mroda/v5.4.0
Add metrics for DPDKLibs
2 parents a264217 + 132fabc commit 7829239

File tree

2 files changed

+452
-66
lines changed

2 files changed

+452
-66
lines changed

dashboards/daq_overview.json

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"textMode": "auto",
269269
"wideLayout": true
270270
},
271-
"pluginVersion": "",
271+
"pluginVersion": "10.2.2",
272272
"targets": [
273273
{
274274
"alias": "",
@@ -374,7 +374,7 @@
374374
"textMode": "auto",
375375
"wideLayout": true
376376
},
377-
"pluginVersion": "",
377+
"pluginVersion": "10.2.2",
378378
"targets": [
379379
{
380380
"alias": "",
@@ -483,7 +483,7 @@
483483
"textMode": "auto",
484484
"wideLayout": true
485485
},
486-
"pluginVersion": "",
486+
"pluginVersion": "10.2.2",
487487
"targets": [
488488
{
489489
"datasource": {
@@ -592,7 +592,7 @@
592592
"textMode": "value",
593593
"wideLayout": true
594594
},
595-
"pluginVersion": "",
595+
"pluginVersion": "10.2.2",
596596
"targets": [
597597
{
598598
"datasource": {
@@ -696,7 +696,7 @@
696696
"textMode": "auto",
697697
"wideLayout": true
698698
},
699-
"pluginVersion": "",
699+
"pluginVersion": "10.2.2",
700700
"targets": [
701701
{
702702
"alias": "",
@@ -806,7 +806,7 @@
806806
"textMode": "auto",
807807
"wideLayout": true
808808
},
809-
"pluginVersion": "",
809+
"pluginVersion": "10.2.2",
810810
"targets": [
811811
{
812812
"datasource": {
@@ -926,7 +926,7 @@
926926
"textMode": "auto",
927927
"wideLayout": true
928928
},
929-
"pluginVersion": "",
929+
"pluginVersion": "10.2.2",
930930
"targets": [
931931
{
932932
"datasource": {
@@ -1048,7 +1048,7 @@
10481048
"textMode": "auto",
10491049
"wideLayout": true
10501050
},
1051-
"pluginVersion": "",
1051+
"pluginVersion": "10.2.2",
10521052
"targets": [
10531053
{
10541054
"datasource": {
@@ -1162,7 +1162,7 @@
11621162
"textMode": "auto",
11631163
"wideLayout": true
11641164
},
1165-
"pluginVersion": "",
1165+
"pluginVersion": "10.2.2",
11661166
"targets": [
11671167
{
11681168
"datasource": {
@@ -1293,7 +1293,7 @@
12931293
"textMode": "auto",
12941294
"wideLayout": true
12951295
},
1296-
"pluginVersion": "",
1296+
"pluginVersion": "10.2.2",
12971297
"targets": [
12981298
{
12991299
"alias": "",
@@ -1827,8 +1827,8 @@
18271827
"overrides": [
18281828
{
18291829
"matcher": {
1830-
"id": "byName",
1831-
"options": "Total Beam triggers"
1830+
"id": "byRegexp",
1831+
"options": "/Beam triggers/"
18321832
},
18331833
"properties": [
18341834
{
@@ -1858,8 +1858,8 @@
18581858
"showLegend": true
18591859
},
18601860
"tooltip": {
1861-
"mode": "single",
1862-
"sort": "none"
1861+
"mode": "multi",
1862+
"sort": "desc"
18631863
}
18641864
},
18651865
"pluginVersion": "10.2.2",
@@ -1924,6 +1924,18 @@
19241924
"rawQuery": true,
19251925
"refId": "B",
19261926
"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)",
1936+
"rawQuery": true,
1937+
"refId": "C",
1938+
"resultFormat": "time_series"
19271939
}
19281940
],
19291941
"title": "Trigger decision rates per type",
@@ -2111,7 +2123,7 @@
21112123
"showHeader": true,
21122124
"sortBy": []
21132125
},
2114-
"pluginVersion": "",
2126+
"pluginVersion": "10.2.2",
21152127
"targets": [
21162128
{
21172129
"datasource": {
@@ -2701,7 +2713,7 @@
27012713
"type": "timeseries"
27022714
}
27032715
],
2704-
"refresh": false,
2716+
"refresh": "5s",
27052717
"schemaVersion": 38,
27062718
"tags": [
27072719
"v5.4.0",
@@ -2826,6 +2838,6 @@
28262838
"timezone": "",
28272839
"title": "DAQ overview",
28282840
"uid": "v5_4_0-overview",
2829-
"version": 9,
2841+
"version": 13,
28302842
"weekStart": ""
28312843
}

0 commit comments

Comments
 (0)