Skip to content

Commit abafdab

Browse files
committed
Update docs for new release
1 parent 4c2aa36 commit abafdab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
A data source plugin for loading JSON APIs into [Grafana](https://grafana.com).
77

8-
**Important:** This plugin is **not** production-ready yet. In the meantime, try it out and [submit an issue](https://github.com/marcusolsson/grafana-jsonapi-datasource/issues/new) for bug reports and feature requests.
9-
108
![Screenshot](https://github.com/marcusolsson/grafana-jsonapi-datasource/raw/master/src/img/screenshot.png)
119

1210
Extract one or more values from a JSON API using [JSON Path](https://goessner.net/articles/JsonPath/). Each path results in a field in the query result. All fields need to be of the same length.
1311

14-
The field name defaults to the name of the property referenced by the JSON Path but can be set to an **Alias**.
12+
The field name defaults to the name of the property referenced by the JSON Path but can be set to an **Alias**. **This is going away in a future release, since Grafana now lets you rename any field.**
1513

1614
The **Cache Time** determines the time in seconds to save the API response.
15+
16+
**Custom query parameters** lets you override the query parameters configured by the data source.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-json-datasource",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "A data source plugin for loading JSON APIs into Grafana.",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

src/img/screenshot.png

6.66 KB
Loading

0 commit comments

Comments
 (0)