-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebff1c7
commit 62734ee
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"$schema": "https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json", | ||
"type": "datasource", | ||
"name": "JSON API", | ||
"id": "marcusolsson-json-datasource", | ||
"metrics": true, | ||
"logs": true, | ||
"annotations": true, | ||
"info": { | ||
"description": "A data source plugin for loading JSON APIs into Grafana.", | ||
"author": { | ||
"name": "Grafana Labs", | ||
"url": "https://grafana.com" | ||
}, | ||
"keywords": ["json", "api"], | ||
"logos": { | ||
"small": "img/logo.svg", | ||
"large": "img/logo.svg" | ||
}, | ||
"links": [ | ||
{ | ||
"name": "Documentation", | ||
"url": "https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/" | ||
}, | ||
{ | ||
"name": "Github", | ||
"url": "https://github.com/grafana/grafana-json-datasource" | ||
}, | ||
{ | ||
"name": "License", | ||
"url": "https://github.com/grafana/grafana-json-datasource/blob/main/LICENSE" | ||
} | ||
], | ||
"screenshots": [ | ||
{ "name": "Explore (Dark)", "path": "img/dark.png" }, | ||
{ "name": "Explore (Light)", "path": "img/light.png" } | ||
], | ||
"version": "1.3.19", | ||
"updated": "2024-10-29" | ||
}, | ||
"dependencies": { | ||
"grafanaDependency": ">=8.5.13", | ||
"grafanaVersion": "8.5.x", | ||
"plugins": [] | ||
} | ||
} |