-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.json
69 lines (69 loc) · 1.65 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Rockset",
"id": "rockset-backend-datasource",
"metrics": true,
"backend": true,
"alerting": true,
"annotations": true,
"logs": true,
"tracing": true,
"executable": "gpx_rockset",
"category": "sql",
"info": {
"description": "Plugin for Rockset Collections as datasources",
"author": {
"name": "Rockset Inc",
"url": "https://rockset.com"
},
"keywords": [
"datasource",
"SQL",
"JSON",
"Rockset"
],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Documentation",
"url": "https://docs.rockset.com/documentation/docs/grafana"
},
{
"name": "GitHub",
"url": "https://github.com/rockset/rockset-grafana-backend"
},
{
"name": "License",
"url": "https://github.com/rockset/rockset-grafana-backend/blob/master/LICENSE"
}
],
"screenshots": [
{
"name": "Rockset Events",
"path": "img/events.png"
},
{
"name": "Rockset Events by Kind",
"path": "img/events-by-kind.png"
},
{
"name": "Rockset Events by Kind with Annotations",
"path": "img/events-by-kind-with-annotations.png"
},
{
"name": "Rockset Events filtered by Kind",
"path": "img/filtered-events.png"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=10.0.3",
"plugins": []
}
}