From cb67313c1e14b6eca057bdfc7722bc11506b7a2a Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Wed, 2 May 2018 16:52:11 +0800 Subject: Restructure monitoring scripts Restructure the monitoring scripts and modify the scripts to remove the redundance Change-Id: Ib4a5d7bea2dc455ec03ad61780b6caf06831daa8 Signed-off-by: Yang Yu --- monitor/dashboard/custom_query_dashboard.json | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 monitor/dashboard/custom_query_dashboard.json (limited to 'monitor/dashboard/custom_query_dashboard.json') diff --git a/monitor/dashboard/custom_query_dashboard.json b/monitor/dashboard/custom_query_dashboard.json new file mode 100644 index 00000000..7f2e53a3 --- /dev/null +++ b/monitor/dashboard/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": "Sample Prometheus Query", + "step": 1800, + "legendFormat": "", + "intervalFactor": 2, + "refId": "A" + } + ] + }, + { + "content": "Sample Content" + } + ], + "showTitle": false, + "collapse": true + } + ] +} -- cgit 1.2.3-korg