From d65a3cc9504853a542593b60062c07b41bfe4c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Fri, 9 Feb 2024 13:38:04 +0000 Subject: [PATCH] automated release 2.8.2 --- 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..e1308ef --- /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.8.2", + "updated": "2024-02-09" + }, + "dependencies": { + "grafanaDependency": ">=8.0.0", + "plugins": [] + } +}