Skip to content

Commit

Permalink
automated release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgepoet committed Jul 12, 2022
1 parent 73187ab commit 31e66c0
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Amazon Redshift",
"id": "grafana-redshift-datasource",
"metrics": true,
"backend": true,
"alerting": true,
"annotations": true,
"executable": "gpx_redshift",
"includes": [
{
"type": "dashboard",
"name": "Redshift Monitoring",
"path": "dashboards/redshift-monitoring.json"
}
],
"info": {
"description": "Use Amazon Redshift in Grafana",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["datasource", "redshift"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{ "name": "Website", "url": "https://github.com/grafana/redshift-datasource" },
{ "name": "License", "url": "https://github.com/redshift-datasource/blob/master/LICENSE" }
],
"screenshots": [],
"version": "1.0.6",
"updated": "2022-07-12"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
}
}

0 comments on commit 31e66c0

Please sign in to comment.