Skip to content

Commit

Permalink
Update index dashboard for string-based job IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap committed Jul 15, 2024
1 parent 7a860c3 commit 37b71e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/grafana/json-models/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"uid" : "prometheus"
},
"editorMode" : "code",
"expr" : "timestamp(group by (jobid,user,batchflag,partition,nodes) (slurmjob_info{jobid=~\"^\\\\d+\"}))",
"expr" : "timestamp(group by (jobid,user,batchflag,partition,nodes) (slurmjob_info{jobid=~\"^\\\\w+\"}))",
"format" : "table",
"hide" : false,
"instant" : false,
Expand Down

0 comments on commit 37b71e9

Please sign in to comment.