Skip to content

Commit

Permalink
fix: node list regexp shows all the nodes in dashboard-performance-tr…
Browse files Browse the repository at this point in the history
…oubleshooting.json (#604)
  • Loading branch information
muzammil360 authored Feb 28, 2024
1 parent 114e524 commit c5fce61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "max(node_uname_info{job=\"node-exporter\", nodename=~\".+[moja|kafka|sts].+\"}) by (nodename)",
"expr": "max(node_uname_info{job=\"node-exporter\", nodename=~\".+(moja|kafka|sts).+\"}) by (nodename)",
"format": "table",
"instant": true,
"legendFormat": "auto",
Expand Down

0 comments on commit c5fce61

Please sign in to comment.