Skip to content

Commit 238abdb

Browse files
committed
automated release 3.1.5
1 parent 6c8f82f commit 238abdb

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

dist/plugin.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
3+
"type": "datasource",
4+
"name": "Amazon Athena",
5+
"id": "grafana-athena-datasource",
6+
"metrics": true,
7+
"backend": true,
8+
"executable": "gpx_athena",
9+
"alerting": true,
10+
"annotations": true,
11+
"includes": [
12+
{
13+
"type": "dashboard",
14+
"name": "Cost Usage Report Monitoring",
15+
"path": "dashboards/cur-monitoring.json"
16+
},
17+
{
18+
"type": "dashboard",
19+
"name": "Amazon VPC Flow Logs",
20+
"path": "dashboards/vpc-flow-logs.json"
21+
}
22+
],
23+
"info": {
24+
"description": "Use Amazon Athena with Grafana",
25+
"author": {
26+
"name": "Grafana Labs",
27+
"url": "https://grafana.com"
28+
},
29+
"keywords": ["datasource", "athena", "aws", "amazon", "cloud provider", "logs", "sql"],
30+
"logos": {
31+
"small": "img/logo.svg",
32+
"large": "img/logo.svg"
33+
},
34+
"links": [
35+
{
36+
"name": "Website",
37+
"url": "https://github.com/grafana/athena-datasource"
38+
},
39+
{
40+
"name": "License",
41+
"url": "https://github.com/grafana/athena-datasource/blob/master/LICENSE"
42+
}
43+
],
44+
"screenshots": [],
45+
"version": "3.1.5",
46+
"updated": "2025-05-27"
47+
},
48+
"dependencies": {
49+
"grafanaDependency": ">=10.4.0",
50+
"plugins": []
51+
}
52+
}

0 commit comments

Comments
 (0)