Skip to content

Commit b77a56b

Browse files
committed
fixing errors preventing SSG
1 parent 10ef569 commit b77a56b

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

docs/explore/redisdatasource/index-redisdatasource.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: index-redisdatasource
33
title: How to add Redis as a datasource in Grafana and build customize dashboards for Analytics
4-
sidebar_label: Redis Data Source for Grafana
4+
sidebar_label: Redis Data Source for Grafana
55
slug: /explore/redisdatasource
66
authors: [ajeet]
77
---
@@ -31,13 +31,13 @@ The Redis Data Source for Grafana is a plug-in that allows users to connect to t
3131
- [RedisGraph](https://oss.redis.com/redisgraph/): GRAPH.QUERY, GRAPH.SLOWLOG
3232

3333
<Tabs
34-
defaultValue="Using Homebrew"
34+
defaultValue="Homebrew"
3535
values={[
36-
{label: 'Using Homebrew', value: 'Homebrew'},
37-
{label: 'Docker', value: 'Docker'},
38-
{label: 'Docker Compose', value: 'Docker Compose'},
36+
{label: "Using Homebrew", value: "Homebrew"},
37+
{label: "Docker", value: "Docker"},
38+
{label: "Docker Compose", value: "Docker Compose"},
3939
]}>
40-
<TabItem value="Using Homebrew">
40+
<TabItem value="Homebrew">
4141

4242
#### Using Homebrew
4343

@@ -49,7 +49,7 @@ The Redis Data Source for Grafana is a plug-in that allows users to connect to t
4949
```
5050

5151

52-
#### Step 2. Install Redis Datasource
52+
#### Step 2. Install Redis Datasource
5353

5454

5555
```bash
@@ -72,7 +72,7 @@ Open https://IP:3000 to access grafana. The default username/password is admin/a
7272
![grafana](grafana.png)
7373

7474

75-
#### Step 5. Click "Configuration"
75+
#### Step 5. Click "Configuration"
7676
![grafana](grafana_datasource.png)
7777

7878
#### 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.
9494

9595
![grafana](grafana_datasource5.png)
9696

97-
#### Step 10.Access the Redis datasource Dashboard
97+
#### Step 10.Access the Redis datasource Dashboard
9898

9999
![grafana](grafana_datasource7.png)
100100

@@ -105,7 +105,7 @@ You can also leverage Redis Enterprise Cloud as showcased in the below example.
105105

106106
#### Using Docker
107107

108-
You can install and run Grafana using the official Docker image.
108+
You can install and run Grafana using the official Docker image.
109109

110110
#### Step 1. Install Docker
111111

@@ -117,7 +117,7 @@ Note - On Windows and Mac, install docker version 18.03 or higher. You can run d
117117

118118
#### Step 2. Run Grafana Docker container
119119

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.
121121
In our case, we will be using redis-datasource.
122122

123123
```bash
@@ -175,7 +175,7 @@ Assuming that Docker Compose is already installed in your system, follow the bel
175175
cd grafana-redis-datasource
176176
```
177177

178-
#### Step 2. Execute the docker-compose CLI
178+
#### Step 2. Execute the docker-compose CLI
179179

180180
Project provides `docker-compose.yml` to start Redis with all modules and Grafana.
181181

@@ -228,7 +228,7 @@ Data Source supports various Redis commands using custom components and provides
228228
<iframe width="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>
229229
</div>
230230

231-
### Further References
231+
### Further References
232232

233233
- [Introducing the Redis Data Source Plug-in for Grafana](https://redis.com/blog/introducing-the-redis-data-source-plug-in-for-grafana/)
234234
- [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/)

docs/operate/observability/redisdatasource/index-redisdatasource.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: index-redisdatasource
33
title: How to add Redis as a datasource in Grafana and build customize dashboards for Analytics
4-
sidebar_label: Redis Data Source for Grafana
4+
sidebar_label: Redis Data Source for Grafana
55
slug: /operate/observability/redisdatasource
66
authors: [ajeet]
77
---
@@ -31,13 +31,13 @@ The Redis Data Source for Grafana is a plug-in that allows users to connect to t
3131
- [RedisGraph](https://oss.redis.com/redisgraph/): `GRAPH.QUERY`, `GRAPH.SLOWLOG`
3232

3333
<Tabs
34-
defaultValue="Using Homebrew"
34+
defaultValue="Homebrew"
3535
values={[
3636
{label: 'Using Homebrew', value: 'Homebrew'},
3737
{label: 'Docker', value: 'Docker'},
3838
{label: 'Docker Compose', value: 'Docker Compose'},
3939
]}>
40-
<TabItem value="Using Homebrew">
40+
<TabItem value="Homebrew">
4141

4242
#### Using Homebrew
4343

@@ -49,7 +49,7 @@ The Redis Data Source for Grafana is a plug-in that allows users to connect to t
4949
```
5050

5151

52-
#### Step 2. Install Redis Datasource
52+
#### Step 2. Install Redis Datasource
5353

5454

5555
```bash
@@ -72,7 +72,7 @@ Open `https://IP:3000` to access grafana. The default username/password is admin
7272
![grafana](grafana.png)
7373

7474

75-
#### Step 5. Click "Configuration"
75+
#### Step 5. Click "Configuration"
7676
![grafana](grafana_datasource.png)
7777

7878
#### 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.
9494

9595
![grafana](grafana_datasource5.png)
9696

97-
#### Step 10.Access the Redis datasource Dashboard
97+
#### Step 10.Access the Redis datasource Dashboard
9898

9999
![grafana](grafana_datasource7.png)
100100

@@ -105,7 +105,7 @@ You can also leverage Redis Enterprise Cloud as showcased in the below example.
105105

106106
#### Using Docker
107107

108-
You can install and run Grafana using the official Docker image.
108+
You can install and run Grafana using the official Docker image.
109109

110110
#### Step 1. Install Docker
111111

@@ -117,7 +117,7 @@ Note - On Windows and Mac, install Docker version 18.03 or higher. You can run `
117117

118118
#### Step 2. Run Grafana Docker container
119119

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.
121121
In our case, we will be using redis-datasource.
122122

123123
```bash
@@ -175,7 +175,7 @@ Assuming that Docker Compose is already installed in your system, follow these s
175175
cd grafana-redis-datasource
176176
```
177177

178-
#### Step 2. Execute the docker-compose CLI
178+
#### Step 2. Execute the docker-compose CLI
179179

180180
The project provides a `docker-compose.yml` file tha starts Redis with all modules and Grafana.
181181

@@ -228,7 +228,7 @@ Data Source supports various Redis commands using custom components and provides
228228
<iframe width="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>
229229
</div>
230230

231-
### Further References
231+
### Further References
232232

233233
- [Introducing the Redis Data Source Plug-in for Grafana](https://redis.com/blog/introducing-the-redis-data-source-plug-in-for-grafana/)
234234
- [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

Comments
 (0)