File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
3+ "type" : " datasource" ,
4+ "name" : " Amazon Redshift" ,
5+ "id" : " grafana-redshift-datasource" ,
6+ "metrics" : true ,
7+ "backend" : true ,
8+ "alerting" : true ,
9+ "annotations" : true ,
10+ "executable" : " gpx_redshift" ,
11+ "includes" : [
12+ {
13+ "type" : " dashboard" ,
14+ "name" : " Redshift Monitoring" ,
15+ "path" : " dashboards/redshift-monitoring.json"
16+ }
17+ ],
18+ "info" : {
19+ "description" : " Use Amazon Redshift in Grafana" ,
20+ "author" : {
21+ "name" : " Grafana Labs" ,
22+ "url" : " https://grafana.com"
23+ },
24+ "keywords" : [" datasource" , " redshift" ],
25+ "logos" : {
26+ "small" : " img/logo.svg" ,
27+ "large" : " img/logo.svg"
28+ },
29+ "links" : [
30+ { "name" : " Website" , "url" : " https://github.com/grafana/redshift-datasource" },
31+ { "name" : " License" , "url" : " https://github.com/redshift-datasource/blob/master/LICENSE" }
32+ ],
33+ "screenshots" : [],
34+ "version" : " 1.0.2" ,
35+ "updated" : " 2022-01-25"
36+ },
37+ "dependencies" : {
38+ "grafanaDependency" : " >=8.0.0" ,
39+ "plugins" : []
40+ }
41+ }
You can’t perform that action at this time.
0 commit comments