Skip to content

Commit f7a22fa

Browse files
committed
automated release 0.2.4
1 parent 25c305d commit f7a22fa

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

dist/plugin.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
3+
"type": "datasource",
4+
"name": "SurrealDB",
5+
"id": "grafana-surrealdb-datasource",
6+
"metrics": true,
7+
"backend": true,
8+
"alerting": true,
9+
"executable": "gpx_surrealdb",
10+
"info": {
11+
"description": "SurrealDB datasource plugin for Grafana",
12+
"author": {
13+
"name": "Grafana Labs"
14+
},
15+
"keywords": ["datasource", "sql", "surrealdb"],
16+
"logos": {
17+
"small": "img/logo.png",
18+
"large": "img/logo.png"
19+
},
20+
"links": [
21+
{
22+
"name": "Project site",
23+
"url": "https://github.com/grafana/surrealdb-datasource"
24+
},
25+
{
26+
"name": "Apache License",
27+
"url": "https://github.com/grafana/surrealdb-datasource/blob/main/LICENSE"
28+
}
29+
],
30+
"screenshots": [],
31+
"version": "0.2.4",
32+
"updated": "2024-11-27"
33+
},
34+
"dependencies": {
35+
"grafanaDependency": ">=9.5.3",
36+
"plugins": []
37+
},
38+
"category": "sql"
39+
}

0 commit comments

Comments
 (0)