Skip to content

Commit

Permalink
Fix filesize regex
Browse files Browse the repository at this point in the history
  • Loading branch information
camilb committed Aug 12, 2018
1 parent efe1274 commit 37a3a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/grafana/grafana-dashboards.cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8992,7 +8992,7 @@ items:
"tableColumn": "",
"targets": [
{
"expr": "sum (container_fs_usage_bytes{device=~\"^/dev/[xv][sv]d[a-z][1-9]$\",id=\"/\",instance=~\"^$Node$\"})",
"expr": "sum (container_fs_usage_bytes{device=~"^/dev/[nsx][v][bdm][a-z].+$",id="/",id=\"/\",instance=~\"^$Node$\"})",
"format": "time_series",
"interval": "10s",
"intervalFactor": 1,
Expand Down Expand Up @@ -9078,7 +9078,7 @@ items:
"tableColumn": "",
"targets": [
{
"expr": "sum (container_fs_limit_bytes{device=~\"^/dev/[xv][sv]d[a-z][1-9]$\",id=\"/\",instance=~\"^$Node$\"})",
"expr": "sum (container_fs_limit_bytes{device=~"^/dev/[nsx][v][bdm][a-z].+$",id="/",id=\"/\",instance=~\"^$Node$\"})",
"format": "time_series",
"interval": "10s",
"intervalFactor": 1,
Expand Down

0 comments on commit 37a3a5e

Please sign in to comment.