Skip to content

Commit d2f57a6

Browse files
author
Jeroen van der Heijden
authored
Merge pull request #15 from SiriDB/dev
version 1.2.0
2 parents 8f71a04 + bf2b102 commit d2f57a6

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ npm-debug.log
33
coverage/
44
.aws-config.json
55
awsconfig
6+
package-lock.json
67
/emails/dist
78
/public_gen
89
/tmp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ See the following blog article on how to configure and use this plugin: https://
3737

3838
>**Note**:
3939
>
40-
>Since SiriDB version 2.0.36 and Grafana-Sirdb-HTTP-datasource version 1.1.0 you can use the build-in HTTP API instead of the [SiriDB http connector](https://github.com/SiriDB/siridb-http).
40+
>Since SiriDB version 2.0.36 and Grafana-Sirdb-HTTP-datasource version 1.2.0 you can use the build-in HTTP API instead of the [SiriDB http connector](https://github.com/SiriDB/siridb-http).
4141
>In this case you only need to provide URL: https://localhost:9020/query/dbname when you add a data source in Grafana.
4242
>If you still wish to use the SiriDB HTTP connector you have to configure and start the SiriDB HTTP service and you need to enter the URL:https://localhost:5050/query when adding the data source to Grafana.

dist/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ sudo systemctl restart grafana-server.service
3434

3535
## Usage
3636
See the following blog article on how to configure and use this plugin: https://github.com/SiriDB/grafana-siridb-http-example.
37+
38+
>**Note**:
39+
>
40+
>Since SiriDB version 2.0.36 and Grafana-Sirdb-HTTP-datasource version 1.2.0 you can use the build-in HTTP API instead of the [SiriDB http connector](https://github.com/SiriDB/siridb-http).
41+
>In this case you only need to provide URL: https://localhost:9020/query/dbname when you add a data source in Grafana.
42+
>If you still wish to use the SiriDB HTTP connector you have to configure and start the SiriDB HTTP service and you need to enter the URL:https://localhost:5050/query when adding the data source to Grafana.

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "GitHub", "url": "https://github.com/transceptor-technology/grafana-siridb-http-datasource"},
2121
{"name": "MIT License", "url": "https://github.com/transceptor-technology/grafana-siridb-http-datasource/blob/master/LICENSE"}
2222
],
23-
"version": "1.0.0",
24-
"updated": "2017-07-17"
23+
"version": "1.2.0",
24+
"updated": "2020-04-21"
2525
},
2626

2727
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grafana-siridb-http-datasource",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.2.0",
55
"description": "SiriDB datasource plugin for Grafana",
66
"main": "index.js",
77
"scripts": {

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "GitHub", "url": "https://github.com/transceptor-technology/grafana-siridb-http-datasource"},
2121
{"name": "MIT License", "url": "https://github.com/transceptor-technology/grafana-siridb-http-datasource/blob/master/LICENSE"}
2222
],
23-
"version": "1.0.0",
24-
"updated": "2017-07-17"
23+
"version": "1.2.0",
24+
"updated": "2020-04-21"
2525
},
2626

2727
"dependencies": {

0 commit comments

Comments
 (0)