File tree 1 file changed +49
-0
lines changed
1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json" ,
3
+ "type" : " datasource" ,
4
+ "name" : " CSV" ,
5
+ "id" : " marcusolsson-csv-datasource" ,
6
+ "metrics" : true ,
7
+ "backend" : true ,
8
+ "logs" : true ,
9
+ "alerting" : true ,
10
+ "annotations" : true ,
11
+ "executable" : " gpx_csv-datasource" ,
12
+ "info" : {
13
+ "description" : " A data source for loading CSV data" ,
14
+ "author" : {
15
+ "name" : " Grafana Labs" ,
16
+ "url" : " https://grafana.com"
17
+ },
18
+ "keywords" : [" csv" ],
19
+ "logos" : {
20
+ "small" : " img/logo.svg" ,
21
+ "large" : " img/logo.svg"
22
+ },
23
+ "links" : [
24
+ {
25
+ "name" : " Documentation" ,
26
+ "url" : " https://grafana.com/docs/plugins/marcusolsson-csv-datasource/latest/"
27
+ },
28
+ {
29
+ "name" : " Github" ,
30
+ "url" : " https://github.com/grafana/grafana-csv-datasource"
31
+ },
32
+ {
33
+ "name" : " License" ,
34
+ "url" : " https://github.com/grafana/grafana-csv-datasource/blob/main/LICENSE"
35
+ }
36
+ ],
37
+ "screenshots" : [
38
+ { "name" : " Explore (Dark)" , "path" : " img/dark.png" },
39
+ { "name" : " Explore (Light)" , "path" : " img/light.png" }
40
+ ],
41
+ "version" : " 0.6.18" ,
42
+ "updated" : " 2024-05-14"
43
+ },
44
+ "dependencies" : {
45
+ "grafanaDependency" : " >=8.4.7" ,
46
+ "grafanaVersion" : " 8.4.7" ,
47
+ "plugins" : []
48
+ }
49
+ }
You can’t perform that action at this time.
0 commit comments