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
{{ message }}
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
## Simple JSON Datasource - a generic backend datasource
2
2
3
-
More documentation about datasource plugins can be found in the [Docs](https://github.com/grafana/grafana/blob/master/docs/sources/plugins/developing/datasources.md).
3
+
> This plugin is **no longer maintained** by the Grafana team.
4
+
>
5
+
> If you're looking for an example of a data source plugin, refer to [grafana-starter-datasource-backend](https://github.com/grafana/grafana-starter-datasource-backend).
6
+
>
7
+
> If you're using this plugin, check out a couple of alternatives:
8
+
>
9
+
> -[JSON](https://grafana.com/grafana/plugins/simpod-json-datasource) by Šimon Podlipský
10
+
> -[JSON API](https://grafana.com/grafana/plugins/marcusolsson-json-datasource) by Marcus Olsson
11
+
12
+
More documentation about datasource plugins can be found in the [Docs](https://grafana.com/docs/grafana/latest/developers/plugins/).
4
13
5
14
This also serves as a living example implementation of a datasource.
6
15
@@ -10,7 +19,7 @@ Your backend needs to implement 4 urls:
10
19
*`/search` used by the find metric options on the query tab in panels.
11
20
*`/query` should return metrics based on input.
12
21
*`/annotations` should return annotations.
13
-
22
+
14
23
Those two urls are optional:
15
24
16
25
*`/tag-keys` should return tag keys for ad hoc filters.
0 commit comments