File tree 1 file changed +67
-0
lines changed 1 file changed +67
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/grafana/grafana/main/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
+ "type" : " dashboard" ,
19
+ "name" : " Redshift Privileges" ,
20
+ "path" : " dashboards/redshift-privileges.json"
21
+ },
22
+ {
23
+ "type" : " dashboard" ,
24
+ "name" : " Redshift Identities and Objects" ,
25
+ "path" : " dashboards/redshift-identities-and-objects.json"
26
+ }
27
+ ],
28
+ "info" : {
29
+ "description" : " Use Amazon Redshift in Grafana" ,
30
+ "author" : {
31
+ "name" : " Grafana Labs" ,
32
+ "url" : " https://grafana.com"
33
+ },
34
+ "keywords" : [
35
+ " datasource" ,
36
+ " redshift" ,
37
+ " aws" ,
38
+ " amazon" ,
39
+ " cloud provider" ,
40
+ " database" ,
41
+ " data warehouse" ,
42
+ " sql"
43
+ ],
44
+ "logos" : {
45
+ "small" : " img/logo.svg" ,
46
+ "large" : " img/logo.svg"
47
+ },
48
+ "links" : [
49
+ {
50
+ "name" : " Website" ,
51
+ "url" : " https://github.com/grafana/redshift-datasource"
52
+ },
53
+ {
54
+ "name" : " License" ,
55
+ "url" : " https://github.com/redshift-datasource/blob/master/LICENSE"
56
+ }
57
+ ],
58
+ "screenshots" : [],
59
+ "version" : " 1.19.1" ,
60
+ "updated" : " 2024-12-06"
61
+ },
62
+ "dependencies" : {
63
+ "grafanaDependency" : " >=8.0.0" ,
64
+ "plugins" : []
65
+ },
66
+ "buildMode" : " production"
67
+ }
You can’t perform that action at this time.
0 commit comments