Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit dcca220

Browse files
committed
Add deprecation notice to README
1 parent d5b4eb0 commit dcca220

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
## Simple JSON Datasource - a generic backend datasource
22

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/).
413

514
This also serves as a living example implementation of a datasource.
615

@@ -10,7 +19,7 @@ Your backend needs to implement 4 urls:
1019
* `/search` used by the find metric options on the query tab in panels.
1120
* `/query` should return metrics based on input.
1221
* `/annotations` should return annotations.
13-
22+
1423
Those two urls are optional:
1524

1625
* `/tag-keys` should return tag keys for ad hoc filters.

0 commit comments

Comments
 (0)