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
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
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.
57
57
58
58
## Getting Started
59
59
@@ -81,7 +81,7 @@ docker-compose up
81
81
82
82
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.
There are certain settings that can be configured based on your own setup:
87
87
@@ -113,7 +113,7 @@ If Redis is running as Docker container on MacOS, please update host to `host.do
113
113
114
114
### Run using `docker-compose` for development
115
115
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.
117
117
118
118
```bash
119
119
docker-compose -f docker-compose-dev.yml up
@@ -123,13 +123,13 @@ docker-compose -f docker-compose-dev.yml up
123
123
124
124
Data Source supports various Redis commands using custom components and provides a unified interface to query any command.
@@ -141,7 +141,7 @@ Template variables can query any command and use other variables as parameters.
141
141
142
142
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:
143
143
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).
145
145
- Star the repository to show your support.
146
146
147
147
## Contributing
@@ -152,4 +152,4 @@ We love to hear from users, developers and the whole community interested by thi
152
152
153
153
## License
154
154
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).
0 commit comments