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
+34-23Lines changed: 34 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,23 @@
2
2
3
3
The JSON Datasource executes JSON requests against arbitrary backends.
4
4
_JSON Datasource is built on top of the [Simple JSON Datasource](https://github.com/grafana/simple-json-datasource)._ It has refactored code, additional features and active development.
5
-
6
-
## Contents
7
-
-[Installation](#installation)
8
-
-[Setup](#setup)
9
-
-[API](#api)
10
-
-[/search](#search)
11
-
-[/query](#tquery)
12
-
-[/annotations](#annotations)
13
-
-[/tag-keys](#tag-keys)
14
-
-[/tag-values](#tag-values)
5
+
6
+
## Contents
7
+
8
+
-[Installation](#installation)
9
+
-[Setup](#setup)
10
+
-[API](#api)
11
+
-[/search](#search)
12
+
-[/query](#tquery)
13
+
-[/annotations](#annotations)
14
+
-[/tag-keys](#tag-keys)
15
+
-[/tag-values](#tag-values)
15
16
-[Development Setup](#development-setup)
16
17
17
18
## Installation
18
19
19
20
To install this plugin using the `grafana-cli` tool:
0 commit comments