File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/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+ "info" : {
19+ "description" : " Use Amazon Athena with Grafana" ,
20+ "author" : {
21+ "name" : " Grafana Labs" ,
22+ "url" : " https://grafana.com"
23+ },
24+ "keywords" : [" datasource" , " athena" ],
25+ "logos" : {
26+ "small" : " img/logo.svg" ,
27+ "large" : " img/logo.svg"
28+ },
29+ "links" : [
30+ {
31+ "name" : " Website" ,
32+ "url" : " https://github.com/grafana/athena-datasource"
33+ },
34+ {
35+ "name" : " License" ,
36+ "url" : " https://github.com/grafana/athena-datasource/blob/master/LICENSE"
37+ }
38+ ],
39+ "screenshots" : [],
40+ "version" : " 1.0.0" ,
41+ "updated" : " 2021-11-30"
42+ },
43+ "dependencies" : {
44+ "grafanaDependency" : " >=7.5.0" ,
45+ "plugins" : []
46+ }
47+ }
You can’t perform that action at this time.
0 commit comments