diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..6290792 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "Yugabyte", + "id": "grafana-yugabyte-datasource", + "metrics": true, + "backend": true, + "alerting": true, + "executable": "gpx_yugabyte", + "info": { + "description": "Yugabyte datasource plugin for grafana", + "author": { + "name": "Grafana Labs" + }, + "keywords": ["yugabyte", "datasource", "database", "sql"], + "logos": { + "small": "img/logo.svg", + "large": "img/logo.svg" + }, + "links": [], + "screenshots": [], + "version": "0.1.5-preview", + "updated": "2024-12-04" + }, + "dependencies": { + "grafanaDependency": ">=10.4.5", + "plugins": [] + } +}