File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 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.3" ,
32+ "updated" : " 2024-10-31"
33+ },
34+ "dependencies" : {
35+ "grafanaDependency" : " >=9.5.3" ,
36+ "plugins" : []
37+ },
38+ "category" : " sql"
39+ }
You can’t perform that action at this time.
0 commit comments