-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 823 Bytes
/
Copy pathplugin.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"$schema": "./plugin.schema.json",
"type": "datasource",
"name": "DolphinDB",
"id": "dolphindb-datasource",
"metrics": true,
"streaming": true,
"info": {
"description": "DolphinDB Grafana Plugin",
"author": {
"name": "DolphinDB",
"url": "https://dolphindb.com"
},
"keywords": ["DolphinDB"],
"logos": {
"small": "logo.svg",
"large": "logo.svg"
},
"links": [
{
"name": "GitHub",
"url": "https://github.com/dolphindb/grafana-datasource"
}
],
"screenshots": [],
"version": "0.0.1",
"updated": "2022-05-30"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
"plugins": []
}
}