File tree 1 file changed +43
-0
lines changed
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
3
+ "type" : " datasource" ,
4
+ "name" : " MQTT" ,
5
+ "id" : " grafana-mqtt-datasource" ,
6
+ "metrics" : true ,
7
+ "backend" : true ,
8
+ "category" : " other" ,
9
+ "executable" : " gpx_mqtt" ,
10
+ "info" : {
11
+ "description" : " MQTT Client Datasource Plugin" ,
12
+ "author" : {
13
+ "name" : " Grafana Labs" ,
14
+ "url" : " https://grafana.com"
15
+ },
16
+ "keywords" : [
17
+ " mqtt" ,
18
+ " iot" ,
19
+ " streaming"
20
+ ],
21
+ "logos" : {
22
+ "small" : " img/mqtt.svg" ,
23
+ "large" : " img/mqtt.svg"
24
+ },
25
+ "links" : [
26
+ {
27
+ "name" : " Website" ,
28
+ "url" : " https://github.com/grafana/mqtt-datasource"
29
+ },
30
+ {
31
+ "name" : " License" ,
32
+ "url" : " https://github.com/grafana/mqtt-backend/blob/master/LICENSE"
33
+ }
34
+ ],
35
+ "screenshots" : [],
36
+ "version" : " 1.0.0-beta.2" ,
37
+ "updated" : " 2023-04-25"
38
+ },
39
+ "dependencies" : {
40
+ "grafanaDependency" : " >=9.1.0" ,
41
+ "plugins" : []
42
+ }
43
+ }
You can’t perform that action at this time.
0 commit comments