From c69c1ba57fca1a2d6f540a21523d956261deeec3 Mon Sep 17 00:00:00 2001 From: Shirley <4163034+fridgepoet@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:51:56 +0000 Subject: [PATCH] automated release 2.0.0 --- dist/plugin.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..0a37418 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,40 @@ +{ + "type": "datasource", + "name": "X-Ray", + "id": "grafana-x-ray-datasource", + "category": "tracing", + "metrics": true, + "tracing": true, + "backend": true, + "alerting": true, + "executable": "gpx_x-ray-datasource", + "info": { + "description": "Data source for Amazon AWS X-Ray", + "author": { + "name": "Grafana", + "url": "grafana.com" + }, + "keywords": ["aws", "x-ray", "tracing"], + "logos": { + "small": "img/AWS-X-Ray.svg", + "large": "img/AWS-X-Ray.svg" + }, + "links": [ + { + "name": "Website", + "url": "https://github.com/grafana/x-ray-datasource" + }, + { + "name": "License", + "url": "https://github.com/grafana/x-ray-datasource/blob/master/LICENSE" + } + ], + "screenshots": [], + "version": "2.0.0", + "updated": "2022-06-06" + }, + "dependencies": { + "grafanaDependency": ">=8.0.0", + "plugins": [] + } +}