File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ License] ( https://img.shields.io/github/license/marcusolsson/grafana-jsonapi-datasource )] ( LICENSE )
4
4
[ ![ PRs welcome!] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( #contribute )
5
5
6
- A data source plugin for [ Grafana] ( https://grafana.com ) for loading JSON APIs into Grafana .
6
+ A data source plugin for loading JSON APIs into [ Grafana] ( https://grafana.com ) .
7
7
8
8
![ Screenshot] ( https://raw.githubusercontent.com/marcusolsson/grafana-jsonapi-datasource/master/src/img/screenshot.png )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " marcusolsson-json-datasource" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " A data source plugin for loading JSON APIs into Grafana. " ,
5
5
"scripts" : {
6
6
"build" : " grafana-toolkit plugin:build" ,
7
7
"test" : " grafana-toolkit plugin:test" ,
Original file line number Diff line number Diff line change 1
1
{
2
+ "$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
2
3
"type" : " datasource" ,
3
4
"name" : " JSON API" ,
4
5
"id" : " marcusolsson-json-datasource" ,
5
6
"metrics" : true ,
6
7
"logs" : true ,
7
8
"info" : {
8
- "description" : " " ,
9
+ "description" : " A data source plugin for loading JSON APIs into Grafana. " ,
9
10
"author" : {
10
11
"name" : " Marcus Olsson" ,
12
+ "email" : " marcus.olsson@hey.com" ,
11
13
"url" : " https://marcus.se.net"
12
14
},
13
15
"keywords" : [" json" , " api" ],
You can’t perform that action at this time.
0 commit comments