From 14add4c9ee3c3114a92ee6c8cf6a6f677ec386a8 Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Wed, 2 May 2018 12:14:49 +0800 Subject: Style-check for monitoring scripts Fix the style-check errors for monitoring scripts. In another patch, the scripts will be restructured according the dicretory structure. Change-Id: I4149b18177fa1bdeb1b12a84ecad3d7d0b78260b Signed-off-by: Yang Yu (cherry picked from commit 742fc9ab94ede1187c9146e5336e28fe84d510c5) --- monitor/custom_query_dashboard.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 monitor/custom_query_dashboard.json (limited to 'monitor/custom_query_dashboard.json') diff --git a/monitor/custom_query_dashboard.json b/monitor/custom_query_dashboard.json new file mode 100644 index 00000000..7f2e53a3 --- /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": "Sample Prometheus Query", + "step": 1800, + "legendFormat": "", + "intervalFactor": 2, + "refId": "A" + } + ] + }, + { + "content": "Sample Content" + } + ], + "showTitle": false, + "collapse": true + } + ] +} -- cgit 1.2.3-korg