File tree Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -2,33 +2,33 @@ GridDB Data Source for Grafana
2
2
3
3
## Overview
4
4
5
- This Plugin will be used to get data from GridDB and display as graph or table base on [ Grafana platform ] ( https://grafana .com/ ) .
5
+ This Plugin is used to get data from GridDB and display as graph or table base on [ Grafana] ( https://github .com/grafana/grafana ) .
6
6
7
7
## Operating environment
8
8
9
9
Building of the plugin and execution have been checked in the following environment.
10
-
11
- OS: CentOS 7.4(x64)
12
- GridDB Server and Java Client: 4.1 CE
13
- GridDB WebAPI: 2.0
10
+ - OS: CentOS 7.4(x64)
11
+ - [ GridDB Server and Java Client ] ( https://github.com/griddb/griddb_nosql ) : 4.1 CE
12
+ - [ GridDB WebAPI ] ( https://github.com/griddb/webapi ) : 2.0
13
+ - [ Grafana ] ( https://github.com/grafana/grafana ) : 5.3.4
14
14
15
15
## QuickStart
16
16
17
- ### How to build
18
-
19
- Go to source include file package.json and run the command below:
20
-
21
- $ npm install -g yarn
22
- $ yarn install
23
- $ yarn build
24
-
25
17
### How to installation
26
18
27
19
1 . Go to $GRAFANA_HOME/data/plugins, create a new folder "GridDB-plugin"
28
20
+ Note: This folder is created after run Grafana server the first time.
29
- 2 . Build GridDB plugin source code, copy folder "dist" to folder "GridDB-plugin"
21
+ 2 . Copy folder "dist" to folder "GridDB-plugin"
30
22
3 . Restart your Grafana server
31
23
24
+ Note: The folder "dist" includes files created by building with the following method.
25
+
26
+ Go to source include file package.json and run the command below:
27
+
28
+ $ npm install -g yarn
29
+ $ yarn install
30
+ $ yarn build
31
+
32
32
### How to use
33
33
34
34
#### Adding the data source
@@ -41,7 +41,7 @@ Go to source include file package.json and run the command below:
41
41
42
42
| Name| Description|
43
43
| ---| ---|
44
- | Name| Datasource name|
44
+ | Name| Data Source name|
45
45
| Host| URL to GridDB WebAPI|
46
46
| Cluster| Cluster name|
47
47
| User| GridDB user name|
Original file line number Diff line number Diff line change @@ -2,33 +2,33 @@ GridDB Data Source for Grafana
2
2
3
3
## Overview
4
4
5
- This Plugin will be used to get data from GridDB and display as graph or table base on [ Grafana platform ] ( https://grafana .com/ ) .
5
+ This Plugin is used to get data from GridDB and display as graph or table base on [ Grafana] ( https://github .com/grafana/grafana ) .
6
6
7
7
## Operating environment
8
8
9
9
Building of the plugin and execution have been checked in the following environment.
10
-
11
- OS: CentOS 7.4(x64)
12
- GridDB Server and Java Client: 4.1 CE
13
- GridDB WebAPI: 2.0
10
+ - OS: CentOS 7.4(x64)
11
+ - [ GridDB Server and Java Client ] ( https://github.com/griddb/griddb_nosql ) : 4.1 CE
12
+ - [ GridDB WebAPI ] ( https://github.com/griddb/webapi ) : 2.0
13
+ - [ Grafana ] ( https://github.com/grafana/grafana ) : 5.3.4
14
14
15
15
## QuickStart
16
16
17
- ### How to build
18
-
19
- Go to source include file package.json and run the command below:
20
-
21
- $ npm install -g yarn
22
- $ yarn install
23
- $ yarn build
24
-
25
17
### How to installation
26
18
27
19
1 . Go to $GRAFANA_HOME/data/plugins, create a new folder "GridDB-plugin"
28
20
+ Note: This folder is created after run Grafana server the first time.
29
- 2 . Build GridDB plugin source code, copy folder "dist" to folder "GridDB-plugin"
21
+ 2 . Copy folder "dist" to folder "GridDB-plugin"
30
22
3 . Restart your Grafana server
31
23
24
+ Note: The folder "dist" includes files created by building with the following method.
25
+
26
+ Go to source include file package.json and run the command below:
27
+
28
+ $ npm install -g yarn
29
+ $ yarn install
30
+ $ yarn build
31
+
32
32
### How to use
33
33
34
34
#### Adding the data source
@@ -41,7 +41,7 @@ Go to source include file package.json and run the command below:
41
41
42
42
| Name| Description|
43
43
| ---| ---|
44
- | Name| Datasource name|
44
+ | Name| Data Source name|
45
45
| Host| URL to GridDB WebAPI|
46
46
| Cluster| Cluster name|
47
47
| User| GridDB user name|
You can’t perform that action at this time.
0 commit comments