Update Dashboard to match Dockercon demo

This commit is contained in:
Alex Ellis 2017-05-03 21:29:39 +01:00
parent 657f88cb6e
commit 42ce8ed0b3

View File

@ -8,7 +8,7 @@
"hideControls": false, "hideControls": false,
"id": 1, "id": 1,
"links": [], "links": [],
"refresh": false, "refresh": "5s",
"rows": [ "rows": [
{ {
"collapse": false, "collapse": false,
@ -43,13 +43,13 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "targets": [
{ {
"expr": "increase ( gateway_function_invocation_total [20s])", "expr": "rate ( gateway_function_invocation_total [20s])",
"interval": "", "interval": "",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "{{ function_name }} {{code}}", "legendFormat": "{{ function_name }} {{code}}",
"metric": "gateway_function_invocation_total", "metric": "gateway_function_invocation_total",
"refId": "A", "refId": "A",
"step": 2 "step": 60
} }
], ],
"thresholds": [], "thresholds": [],
@ -122,7 +122,7 @@
"legendFormat": "{{function_name}} ", "legendFormat": "{{function_name}} ",
"metric": "gateway_service_count", "metric": "gateway_service_count",
"refId": "A", "refId": "A",
"step": 2 "step": 60
} }
], ],
"thresholds": [], "thresholds": [],
@ -232,7 +232,7 @@
"legendFormat": "", "legendFormat": "",
"metric": "gateway_function_invocation_total", "metric": "gateway_function_invocation_total",
"refId": "A", "refId": "A",
"step": 10 "step": 600
} }
], ],
"thresholds": "", "thresholds": "",
@ -246,7 +246,7 @@
"value": "null" "value": "null"
} }
], ],
"valueName": "avg" "valueName": "current"
}, },
{ {
"aliasColors": {}, "aliasColors": {},
@ -282,7 +282,7 @@
"legendFormat": "{{function_name}} ", "legendFormat": "{{function_name}} ",
"metric": "gateway_functions_seconds_sum", "metric": "gateway_functions_seconds_sum",
"refId": "A", "refId": "A",
"step": 2 "step": 60
} }
], ],
"thresholds": [], "thresholds": [],
@ -336,8 +336,8 @@
"list": [] "list": []
}, },
"time": { "time": {
"from": "2017-04-14T13:10:23.400Z", "from": "now-6h",
"to": "2017-04-14T13:16:17.753Z" "to": "now"
}, },
"timepicker": { "timepicker": {
"refresh_intervals": [ "refresh_intervals": [
@ -366,5 +366,5 @@
}, },
"timezone": "browser", "timezone": "browser",
"title": "FaaS", "title": "FaaS",
"version": 12 "version": 18
} }