Skip to content

Commit f81def7

Browse files
committed
update openhpc annotations
1 parent 513f75d commit f81def7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

ansible/roles/grafana-dashboards/files/openhpc-slurm.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
"hide": false,
88
"iconColor": "rgba(255, 96, 96, 1)",
99
"limit": 100,
10+
"mappings": {},
1011
"name": "All slurm jobs on node",
11-
"query": "json.AllNodes:( \"$instance\")",
1212
"showIn": 0,
1313
"tags": [],
1414
"tagsField": "json.AllNodes",
15+
"target": {
16+
"query": "json.AllNodes:( \"$instance\")",
17+
"refId": "annotation_query"
18+
},
1519
"textField": "json.JobID",
1620
"timeEndField": "event.end",
1721
"timeField": "event.start",
@@ -35,11 +39,15 @@
3539
"hide": false,
3640
"iconColor": "rgba(255, 96, 96, 1)",
3741
"limit": 100,
42+
"mappings": {},
3843
"name": "Slurm job",
39-
"query": "json.JobID:$job_id",
4044
"showIn": 0,
4145
"tags": [],
4246
"tagsField": "json.AllNodes",
47+
"target": {
48+
"query": "json.JobID:$job_id",
49+
"refId": "annotation_query"
50+
},
4351
"textField": "json.JobID",
4452
"timeEndField": "event.end",
4553
"timeField": "event.start",

0 commit comments

Comments
 (0)