Skip to content

Commit

Permalink
automated release 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Aug 7, 2023
1 parent 28daf62 commit a5e65f0
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Amazon Athena",
"id": "grafana-athena-datasource",
"metrics": true,
"backend": true,
"executable": "gpx_athena",
"alerting": true,
"annotations": true,
"includes": [
{
"type": "dashboard",
"name": "Cost Usage Report Monitoring",
"path": "dashboards/cur-monitoring.json"
},
{
"type": "dashboard",
"name": "Amazon VPC Flow Logs",
"path": "dashboards/vpc-flow-logs.json"
}
],
"info": {
"description": "Use Amazon Athena with Grafana",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["datasource", "athena"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/athena-datasource"
},
{
"name": "License",
"url": "https://github.com/grafana/athena-datasource/blob/master/LICENSE"
}
],
"screenshots": [],
"version": "2.10.2",
"updated": "2023-08-07"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
}
}

0 comments on commit a5e65f0

Please sign in to comment.