Skip to content

Commit

Permalink
automated release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Mar 2, 2023
1 parent dbe5e92 commit 89b9a38
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"$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"
},
{
"type": "dashboard",
"name": "Redshift Privileges",
"path": "dashboards/redshift-privileges.json"
},
{
"type": "dashboard",
"name": "Redshift Identities and Objects",
"path": "dashboards/redshift-identities-and-objects.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.7.0",
"updated": "2023-03-02"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
}
}

0 comments on commit 89b9a38

Please sign in to comment.