File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-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+ "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" ],
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" : " 2.13.6" ,
46+ "updated" : " 2024-03-13"
47+ },
48+ "dependencies" : {
49+ "grafanaDependency" : " >=8.0.0" ,
50+ "plugins" : []
51+ }
52+ }
You can’t perform that action at this time.
0 commit comments