This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ Your backend needs to implement 4 urls:
1111 * ` /query ` should return metrics based on input.
1212 * ` /annotations ` should return annotations.
1313
14+ ## Installation
15+
16+ To install this plugin using the ` grafana-cli ` tool:
17+ ```
18+ sudo grafana-cli plugins install grafana-simple-json-datasource
19+ sudo service grafana-server restart
20+ ```
21+ See [ here] ( https://grafana.com/plugins/grafana-simple-json-datasource/installation ) for more
22+ information.
23+
1424### Example backend implementations
1525- https://github.com/bergquist/fake-simple-json-datasource
1626
Original file line number Diff line number Diff line change 1818 </ gf-form-dropdown >
1919 </ div >
2020 </ div >
21+ < div class ="gf-form gf-form--grow ">
22+ < div class ="gf-form-label gf-form-label--grow "> </ div >
23+ </ div >
2124 </ div >
2225</ query-editor-row >
Original file line number Diff line number Diff line change 1818 </ gf-form-dropdown >
1919 </ div >
2020 </ div >
21+ < div class ="gf-form gf-form--grow ">
22+ < div class ="gf-form-label gf-form-label--grow "> </ div >
23+ </ div >
2124 </ div >
2225</ query-editor-row >
You can’t perform that action at this time.
0 commit comments