From 5987ea5a810db3739f71ab85801325e8e08e4d2d Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Tue, 15 Aug 2023 13:13:31 +0000 Subject: [PATCH] automated release 2.10.3 --- dist/plugin.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..dce6431f --- /dev/null +++ b/dist/plugin.json @@ -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.3", + "updated": "2023-08-15" + }, + "dependencies": { + "grafanaDependency": ">=8.0.0", + "plugins": [] + } +}