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
@@ -49,7 +49,7 @@ The Redis Data Source for Grafana is a plug-in that allows users to connect to t
49
49
```
50
50
51
51
52
-
#### Step 2. Install Redis Datasource
52
+
#### Step 2. Install Redis Datasource
53
53
54
54
55
55
```bash
@@ -72,7 +72,7 @@ Open https://IP:3000 to access grafana. The default username/password is admin/a
72
72

73
73
74
74
75
-
#### Step 5. Click "Configuration"
75
+
#### Step 5. Click "Configuration"
76
76

77
77
78
78
#### Step 6. Add Redis as a Data Source
@@ -94,7 +94,7 @@ You can also leverage Redis Enterprise Cloud as showcased in the below example.
94
94
95
95

96
96
97
-
#### Step 10.Access the Redis datasource Dashboard
97
+
#### Step 10.Access the Redis datasource Dashboard
98
98
99
99

100
100
@@ -105,7 +105,7 @@ You can also leverage Redis Enterprise Cloud as showcased in the below example.
105
105
106
106
#### Using Docker
107
107
108
-
You can install and run Grafana using the official Docker image.
108
+
You can install and run Grafana using the official Docker image.
109
109
110
110
#### Step 1. Install Docker
111
111
@@ -117,7 +117,7 @@ Note - On Windows and Mac, install docker version 18.03 or higher. You can run d
117
117
118
118
#### Step 2. Run Grafana Docker container
119
119
120
-
Pass the plugins you want installed to Docker with the GF_INSTALL_PLUGINS environment variable as a comma-separated list. This sends each plugin name to grafana-cli plugins install ${plugin} and installs them when Grafana starts.
120
+
Pass the plugins you want installed to Docker with the GF_INSTALL_PLUGINS environment variable as a comma-separated list. This sends each plugin name to grafana-cli plugins install ${plugin} and installs them when Grafana starts.
121
121
In our case, we will be using redis-datasource.
122
122
123
123
```bash
@@ -175,7 +175,7 @@ Assuming that Docker Compose is already installed in your system, follow the bel
175
175
cd grafana-redis-datasource
176
176
```
177
177
178
-
#### Step 2. Execute the docker-compose CLI
178
+
#### Step 2. Execute the docker-compose CLI
179
179
180
180
Project provides `docker-compose.yml` to start Redis with all modules and Grafana.
181
181
@@ -228,7 +228,7 @@ Data Source supports various Redis commands using custom components and provides
228
228
<iframewidth="760"height="415"src="https://www.youtube.com/embed/LquDQyEncLE"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
229
229
</div>
230
230
231
-
### Further References
231
+
### Further References
232
232
233
233
-[Introducing the Redis Data Source Plug-in for Grafana](https://redis.com/blog/introducing-the-redis-data-source-plug-in-for-grafana/)
234
234
-[How to Use the New Redis Data Source for Grafana Plug-in](https://redis.com/blog/how-to-use-the-new-redis-data-source-for-grafana-plug-in/)
@@ -49,7 +49,7 @@ The Redis Data Source for Grafana is a plug-in that allows users to connect to t
49
49
```
50
50
51
51
52
-
#### Step 2. Install Redis Datasource
52
+
#### Step 2. Install Redis Datasource
53
53
54
54
55
55
```bash
@@ -72,7 +72,7 @@ Open `https://IP:3000` to access grafana. The default username/password is admin
72
72

73
73
74
74
75
-
#### Step 5. Click "Configuration"
75
+
#### Step 5. Click "Configuration"
76
76

77
77
78
78
#### Step 6. Add Redis as a Data Source
@@ -94,7 +94,7 @@ You can also leverage Redis Enterprise Cloud as showcased in the below example.
94
94
95
95

96
96
97
-
#### Step 10.Access the Redis datasource Dashboard
97
+
#### Step 10.Access the Redis datasource Dashboard
98
98
99
99

100
100
@@ -105,7 +105,7 @@ You can also leverage Redis Enterprise Cloud as showcased in the below example.
105
105
106
106
#### Using Docker
107
107
108
-
You can install and run Grafana using the official Docker image.
108
+
You can install and run Grafana using the official Docker image.
109
109
110
110
#### Step 1. Install Docker
111
111
@@ -117,7 +117,7 @@ Note - On Windows and Mac, install Docker version 18.03 or higher. You can run `
117
117
118
118
#### Step 2. Run Grafana Docker container
119
119
120
-
Specify the plugins you want installed to Docker as a comma-separated list in the `GF_INSTALL_PLUGINS` environment. This sends each plugin name to `grafana-cli plugins install ${plugin}` and installs them when Grafana starts.
120
+
Specify the plugins you want installed to Docker as a comma-separated list in the `GF_INSTALL_PLUGINS` environment. This sends each plugin name to `grafana-cli plugins install ${plugin}` and installs them when Grafana starts.
121
121
In our case, we will be using redis-datasource.
122
122
123
123
```bash
@@ -175,7 +175,7 @@ Assuming that Docker Compose is already installed in your system, follow these s
175
175
cd grafana-redis-datasource
176
176
```
177
177
178
-
#### Step 2. Execute the docker-compose CLI
178
+
#### Step 2. Execute the docker-compose CLI
179
179
180
180
The project provides a `docker-compose.yml` file tha starts Redis with all modules and Grafana.
181
181
@@ -228,7 +228,7 @@ Data Source supports various Redis commands using custom components and provides
228
228
<iframewidth="760"height="415"src="https://www.youtube.com/embed/LquDQyEncLE"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
229
229
</div>
230
230
231
-
### Further References
231
+
### Further References
232
232
233
233
-[Introducing the Redis Data Source Plug-in for Grafana](https://redis.com/blog/introducing-the-redis-data-source-plug-in-for-grafana/)
234
234
-[How to Use the New Redis Data Source for Grafana Plug-in](https://redis.com/blog/how-to-use-the-new-redis-data-source-for-grafana-plug-in/)
0 commit comments