From d770a05329eee841c6328c468228e051db629951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Tue, 14 Jan 2025 17:14:02 +0000 Subject: [PATCH] automated release 3.0.0 --- 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..eaf3eae2 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,52 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/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", "aws", "amazon", "cloud provider", "logs", "sql"], + "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": "3.0.0", + "updated": "2025-01-14" + }, + "dependencies": { + "grafanaDependency": ">=10.4.0", + "plugins": [] + } +}