Skip to content

Commit

Permalink
automated release 0.1.5-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Dec 4, 2024
1 parent 050e76e commit de0fe15
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.5-preview",
"updated": "2024-12-04"
},
"dependencies": {
"grafanaDependency": ">=10.4.5",
"plugins": []
}
}

0 comments on commit de0fe15

Please sign in to comment.