Skip to content

Commit 43fa3c6

Browse files
committed
automated release 1.19.0
1 parent ea5ba26 commit 43fa3c6

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

dist/plugin.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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": ["datasource", "redshift", "aws", "amazon", "cloud provider", "database", "data warehouse", "sql"],
35+
"logos": {
36+
"small": "img/logo.svg",
37+
"large": "img/logo.svg"
38+
},
39+
"links": [
40+
{ "name": "Website", "url": "https://github.com/grafana/redshift-datasource" },
41+
{ "name": "License", "url": "https://github.com/redshift-datasource/blob/master/LICENSE" }
42+
],
43+
"screenshots": [],
44+
"version": "1.19.0",
45+
"updated": "2024-10-21"
46+
},
47+
"dependencies": {
48+
"grafanaDependency": ">=8.0.0",
49+
"plugins": []
50+
}
51+
}

0 commit comments

Comments
 (0)