summaryrefslogtreecommitdiffstats
path: root/monitor/custom-query-dashboard.json
diff options
context:
space:
mode:
authorYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2018-04-02 04:08:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-02 04:08:14 +0000
commitc4a33d033497629b5e0b2ef1b269742eb26b0502 (patch)
tree351b35616cc50ac2eaf4d412846c7c639be3a2ac /monitor/custom-query-dashboard.json
parentd10c4644d44f707998c7f05dc72ec4913576b752 (diff)
parent5053b1c137d1d22678a416abbaf4dd4cce3e5285 (diff)
Merge "Grafana Dashboard customization script"
Diffstat (limited to 'monitor/custom-query-dashboard.json')
-rw-r--r--monitor/custom-query-dashboard.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/monitor/custom-query-dashboard.json b/monitor/custom-query-dashboard.json
new file mode 100644
index 00000000..8ee83570
--- /dev/null
+++ b/monitor/custom-query-dashboard.json
@@ -0,0 +1,36 @@
+{
+ "rows": [
+ {
+ "repeat": null,
+ "titleSize": "h6",
+ "repeatIteration": null,
+ "title": "Dashboard Row",
+ "height": 150,
+ "repeatRowId": null,
+ "panels": [
+ {
+ "title": "Memory Usage per Container",
+ "aliasColors": {},
+ "id": 31,
+ "cacheTimeout": null,
+ "valueName": "current",
+ "targets": [
+ {
+ "hide": false,
+ "expr": "Pre-existing Query",
+ "step": 1800,
+ "legendFormat": "",
+ "intervalFactor": 2,
+ "refId": "A"
+ }
+ ]
+ },
+ {
+ "content": "Sample Content"
+ }
+ ],
+ "showTitle": false,
+ "collapse": true
+ }
+ ]
+}