Skip to content

Commit 10e092c

Browse files
authored
Update org to RedisGrafana (#80)
1 parent 939ded3 commit 10e092c

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

BUILD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Clone repository
44

55
```bash
6-
git clone https://github.com/RedisTimeSeries/grafana-redis-datasource.git
6+
git clone https://github.com/RedisGrafana/grafana-redis-datasource.git
77
```
88

99
## Install Grafana
@@ -103,6 +103,6 @@ t=2020-07-01T06:03:38+0000 lvl=info msg="HTTP Server Listen" logger=http.server
103103

104104
- Add new Datasource to Grafana using `Configuration` -> `Data Sources`
105105

106-
![Datasource](https://raw.githubusercontent.com/RedisTimeSeries/grafana-redis-datasource/master/src/img/datasource.png)
106+
![Datasource](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-datasource/master/src/img/datasource.png)
107107

108-
If you have questions, enhancement ideas or running into issues, please just open an issue on the repository: https://github.com/RedisTimeSeries/grafana-redis-datasource
108+
If you have questions, enhancement ideas or running into issues, please just open an issue on the repository: https://github.com/RedisGrafana/grafana-redis-datasource

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Redis Data Source for Grafana
22

3-
![Dashboard](https://raw.githubusercontent.com/RedisTimeSeries/grafana-redis-datasource/master/src/img/redis-dashboard.png)
3+
![Dashboard](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-datasource/master/src/img/redis-dashboard.png)
44

55
[![Grafana 7](https://img.shields.io/badge/Grafana-7-red)](https://www.grafana.com)
66
[![Radix](https://img.shields.io/badge/Radix-powered-blue)](https://github.com/mediocregopher/radix)
77
[![RedisTimeSeries](https://img.shields.io/badge/RedisTimeSeries-inspired-yellowgreen)](https://oss.redislabs.com/redistimeseries/)
88
[![Redis Enterprise](https://img.shields.io/badge/Redis%20Enterprise-supported-orange)](https://redislabs.com/redis-enterprise/)
9-
[![Go Report Card](https://goreportcard.com/badge/github.com/RedisTimeSeries/grafana-redis-datasource)](https://goreportcard.com/report/github.com/RedisTimeSeries/grafana-redis-datasource)
10-
[![CircleCI](https://circleci.com/gh/RedisTimeSeries/grafana-redis-datasource.svg?style=svg)](https://circleci.com/gh/RedisGrafana/grafana-redis-datasource)
9+
[![Go Report Card](https://goreportcard.com/badge/github.com/RedisGrafana/grafana-redis-datasource)](https://goreportcard.com/report/github.com/RedisGrafana/grafana-redis-datasource)
10+
[![CircleCI](https://circleci.com/gh/RedisGrafana/grafana-redis-datasource.svg?style=svg)](https://circleci.com/gh/RedisGrafana/grafana-redis-datasource)
1111
[![Downloads](https://img.shields.io/badge/dynamic/json?color=green&label=downloads&query=%24.downloads&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fredis-datasource)](https://grafana.com/grafana/plugins/redis-datasource)
1212

1313
## Summary
@@ -53,7 +53,7 @@ redis://redis-server:6379/0
5353

5454
### How to build Data Source
5555

56-
To learn how to build Redis Data Source from scratch and register in new or existing Grafana please take a look at [BUILD](https://github.com/RedisTimeSeries/grafana-redis-datasource/blob/master/BUILD.md) instructions.
56+
To learn how to build Redis Data Source from scratch and register in new or existing Grafana please take a look at [BUILD](https://github.com/RedisGrafana/grafana-redis-datasource/blob/master/BUILD.md) instructions.
5757

5858
## Getting Started
5959

@@ -81,7 +81,7 @@ docker-compose up
8181

8282
Open Grafana in your browser and configure Redis Data Source. You can add as many data sources as you want to support multiple Redis databases.
8383

84-
![Datasource](https://raw.githubusercontent.com/RedisTimeSeries/grafana-redis-datasource/master/src/img/datasource.png)
84+
![Datasource](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-datasource/master/src/img/datasource.png)
8585

8686
There are certain settings that can be configured based on your own setup:
8787

@@ -113,7 +113,7 @@ If Redis is running as Docker container on MacOS, please update host to `host.do
113113

114114
### Run using `docker-compose` for development
115115

116-
Data Source have to be built following [BUILD](https://github.com/RedisTimeSeries/grafana-redis-datasource/blob/master/BUILD.md) instructions before starting using `docker-compose-dev.yml` file.
116+
Data Source have to be built following [BUILD](https://github.com/RedisGrafana/grafana-redis-datasource/blob/master/BUILD.md) instructions before starting using `docker-compose-dev.yml` file.
117117

118118
```bash
119119
docker-compose -f docker-compose-dev.yml up
@@ -123,13 +123,13 @@ docker-compose -f docker-compose-dev.yml up
123123

124124
Data Source supports various Redis commands using custom components and provides a unified interface to query any command.
125125

126-
![Query](https://raw.githubusercontent.com/RedisTimeSeries/grafana-redis-datasource/master/src/img/query.png)
126+
![Query](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-datasource/master/src/img/query.png)
127127

128128
## Template variables
129129

130130
Template variables can query any command and use other variables as parameters.
131131

132-
![Variables](https://raw.githubusercontent.com/RedisTimeSeries/grafana-redis-datasource/master/src/img/variables.png)
132+
![Variables](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-datasource/master/src/img/variables.png)
133133

134134
## Learn more
135135

@@ -141,7 +141,7 @@ Template variables can query any command and use other variables as parameters.
141141

142142
We love to hear from users, developers and the whole community interested by this plugin. These are various ways to get in touch with us:
143143

144-
- Ask a question, request a new feature and file a bug with [GitHub issues](https://github.com/RedisTimeSeries/grafana-redis-datasource/issues/new/choose).
144+
- Ask a question, request a new feature and file a bug with [GitHub issues](https://github.com/RedisGrafana/grafana-redis-datasource/issues/new/choose).
145145
- Star the repository to show your support.
146146

147147
## Contributing
@@ -152,4 +152,4 @@ We love to hear from users, developers and the whole community interested by thi
152152

153153
## License
154154

155-
- Apache License Version 2.0, see [LICENSE](https://github.com/RedisTimeSeries/grafana-redis-datasource/blob/master/LICENSE).
155+
- Apache License Version 2.0, see [LICENSE](https://github.com/RedisGrafana/grafana-redis-datasource/blob/master/LICENSE).

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"links": [
3131
{
3232
"name": "Website",
33-
"url": "https://github.com/RedisTimeSeries/grafana-redis-datasource"
33+
"url": "https://github.com/RedisGrafana/grafana-redis-datasource"
3434
},
3535
{
3636
"name": "License",
37-
"url": "https://github.com/RedisTimeSeries/grafana-redis-datasource/blob/master/LICENSE"
37+
"url": "https://github.com/RedisGrafana/grafana-redis-datasource/blob/master/LICENSE"
3838
}
3939
],
4040
"logos": {

0 commit comments

Comments
 (0)