mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Adds stackdriver frontend skeleton
This commit is contained in:
16
public/app/plugins/datasource/stackdriver/plugin.json
Normal file
16
public/app/plugins/datasource/stackdriver/plugin.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user