Skip to content

Commit

Permalink
automated release 0.1.3-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Oct 2, 2024
1 parent f43f401 commit 875cd67
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -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.3-preview",
"updated": "2024-10-02"
},
"dependencies": {
"grafanaDependency": ">=10.4.5",
"plugins": []
}
}

0 comments on commit 875cd67

Please sign in to comment.