You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@
5
5
6
6
A data source plugin for loading JSON APIs into [Grafana](https://grafana.com).
7
7
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.
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.
13
11
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.**
15
13
16
14
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.
0 commit comments