This repository was archived by the owner on Jan 1, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathplugin.json
More file actions
39 lines (39 loc) · 1.15 KB
/
plugin.json
File metadata and controls
39 lines (39 loc) · 1.15 KB
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
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"name": "JSON",
"id": "simpod-json-datasource",
"type": "datasource",
"annotations": true,
"alerting": false,
"backend": false,
"metrics": true,
"logs": true,
"info": {
"author": {
"name": "Šimon Podlipský"
},
"description": "Load JSON data over your arbitrary HTTP backend",
"keywords": ["json", "api"],
"logos": {
"small": "img/json-logo.svg",
"large": "img/json-logo.svg"
},
"links": [
{
"name": "GitHub",
"url": "https://github.com/simPod/grafana-json-datasource"
}
],
"screenshots": [
{ "name": "Query", "path": "img/query.png" },
{ "name": "Annotation", "path": "img/annotation.png" },
{ "name": "Variable", "path": "img/variable.png" }
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=10.0.0",
"plugins": [ ]
}
}