diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..bf7a1f9 --- /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", "cloud provider", "traces"], + "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.10.0", + "updated": "2024-07-12" + }, + "dependencies": { + "grafanaDependency": ">=8.0.0", + "plugins": [] + } +}