Skip to content

Commit

Permalink
fix: fix windows dashboard (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanxiao1990 authored Oct 27, 2023
1 parent 1643055 commit 9dc20fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integrations/Windows/dashboards/windows_by_categraf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1290,10 +1290,9 @@
"name": "ident",
"type": "query",
"datasource": {
"cate": "prometheus",
"value": "${prom}"
"cate": "prometheus"
},
"definition": "label_values(system_load1{disk_used_percent{device=~\".+:\"},ident)",
"definition": "label_values(disk_used_percent{device=~\".+:\"},ident)",
"multi": true,
"allOption": true
}
Expand Down

0 comments on commit 9dc20fc

Please sign in to comment.