Skip to content

Commit eed0725

Browse files
committed
automated release 1.0.2
1 parent ad7b8b5 commit eed0725

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

dist/plugin.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
}

0 commit comments

Comments
 (0)