Adds stackdriver frontend skeleton

This commit is contained in:
Erik Sundell
2018-09-04 13:21:02 +02:00
committed by Daniel Lee
parent 0e9a6dcedc
commit f0f19e0c03
8 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "Stackdriver",
"type": "datasource",
"id": "stackdriver",
"metrics": true,
"alerting": false,
"annotations": false,
"queryOptions": {
"maxDataPoints": true,
"cacheTimeout": true
},
"info": {
"description": "Data Source for Stackdriver",
"version": "1.0.0"
}
}