Skip to content

Commit

Permalink
make first row show real time metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 30, 2016
1 parent 9a7feb0 commit 7ff6967
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions grafana/docker_containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
"value": "null"
}
],
"valueName": "avg"
"valueName": "avg",
"timeFrom": "10s",
"hideTimeOverride": true
},
{
"cacheTimeout": null,
Expand Down Expand Up @@ -255,7 +257,9 @@
"value": "null"
}
],
"valueName": "avg"
"valueName": "avg",
"timeFrom": "10s",
"hideTimeOverride": true
},
{
"cacheTimeout": null,
Expand Down Expand Up @@ -325,6 +329,7 @@
}
],
"thresholds": "",
"timeFrom": "10s",
"title": "Used Memory",
"transparent": false,
"type": "singlestat",
Expand All @@ -336,7 +341,8 @@
"value": "null"
}
],
"valueName": "avg"
"valueName": "avg",
"hideTimeOverride": true
},
{
"cacheTimeout": null,
Expand Down Expand Up @@ -417,7 +423,9 @@
"value": "null"
}
],
"valueName": "avg"
"valueName": "avg",
"timeFrom": "10s",
"hideTimeOverride": true
},
{
"cacheTimeout": null,
Expand Down Expand Up @@ -497,7 +505,9 @@
"value": "null"
}
],
"valueName": "avg"
"valueName": "avg",
"timeFrom": "10s",
"hideTimeOverride": true
}
],
"title": "Overview"
Expand Down Expand Up @@ -1254,7 +1264,7 @@
},
"refresh": "10s",
"schemaVersion": 12,
"version": 6,
"version": 8,
"links": [],
"gnetId": null
}

0 comments on commit 7ff6967

Please sign in to comment.