Skip to content

Commit

Permalink
fix(k8s-views-nodes.json): missing instance label
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Oct 20, 2023
1 parent 74e89c7 commit 4fe38f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/k8s-views-nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3714,7 +3714,7 @@
},
"editorMode": "code",
"exemplar": true,
"expr": "sum(node_filesystem_device_error) by (mountpoint)",
"expr": "sum(node_filesystem_device_error{instance=\"$instance\"}) by (mountpoint)",
"interval": "$resolution",
"legendFormat": "{{ mountpoint }}",
"range": true,
Expand Down Expand Up @@ -3887,6 +3887,6 @@
"timezone": "",
"title": "Kubernetes / Views / Nodes",
"uid": "k8s_views_nodes",
"version": 19,
"version": 20,
"weekStart": ""
}

0 comments on commit 4fe38f2

Please sign in to comment.