Skip to content

Commit e95053f

Browse files
authored
Update to Grafana 8 (#14)
* Update to Grafana v8 * Add Volkov Labs plugins
1 parent ca07e2c commit e95053f

File tree

13 files changed

+303
-1260
lines changed

13 files changed

+303
-1260
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Change Log
22

3-
## 1.5.0 (IN PROGRESS)
3+
## 1.5.0 (2021-07-06)
44

55
### Features / Enhancements
66

77
- Added new dashboard with Redis Explorer panels for Grafana v8
8-
- Plugins statistics updated to May, 28 2021
8+
- Plugins statistics updated to July, 6 2021
99
- Update README with screenshots
10+
- Based on Grafana 8.0
1011

1112
## 1.4.0 (2021-05-11)
1213

@@ -21,7 +22,7 @@
2122
### Features / Enhancements
2223

2324
- Based on Grafana 7.5.1
24-
- Installing Redis Application plug-in with Auto provisioning
25+
- Installing Redis Application plugin with Auto provisioning
2526
- Dashboard exported as Global to support Auto provisioning
2627
- Plugins statistics updated to Apr, 3 2021
2728

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2020 Mikhail Volkov
189+
Copyright 2021 Mikhail Volkov
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Collecting Grafana Plugins Statistics as RedisTimeSeries and visualizing time-series using Redis plug-ins for Grafana
1+
# Collecting Grafana Plugins Statistics as RedisTimeSeries and visualizing time-series using Redis plugins for Grafana
22

33
![Stats](https://raw.githubusercontent.com/RedisGrafana/grafana-plugin-stats/master/images/redis-datasource-stats.png)
44

@@ -8,11 +8,11 @@
88

99
## Introduction
1010

11-
This project collects plug-ins statistics from Grafana repository as [RedisTimeSeries](https://oss.redislabs.com/redistimeseries/) and visualizes collected data using [Redis plug-ins for Grafana](https://redisgrafana.github.io/).
11+
This project collects plugins statistics from Grafana repository as [RedisTimeSeries](https://oss.redislabs.com/redistimeseries/) and visualizes collected data using [Redis plugins for Grafana](https://redisgrafana.github.io/).
1212

1313
![Diagram](https://raw.githubusercontent.com/RedisGrafana/grafana-plugin-stats/master/images/redis-grafana-stats.png)
1414

15-
Read the full story on Redis Labs blog [How to Use the New Redis Data Source for Grafana Plug-in](https://redislabs.com/blog/how-to-use-the-new-redis-data-source-for-grafana-plug-in/).
15+
Read the full story on Redis Labs blog [How to Use the New Redis Data Source for Grafana Plugin](https://redislabs.com/blog/how-to-use-the-new-redis-data-source-for-grafana-plug-in/).
1616

1717
## Requirements
1818

@@ -39,7 +39,7 @@ docker-compose up
3939

4040
## Learn more
4141

42-
- Redis plug-ins for Grafana [Documentation](https://redisgrafana.github.io/)
42+
- Redis plugins for Grafana [Documentation](https://redisgrafana.github.io/)
4343
- [Elevate your Redis experience with Redis plugins for Grafana](https://www.youtube.com/watch?v=LquDQyEncLE)
4444
- [Real-time observability with Redis and Grafana](https://grafana.com/go/observabilitycon/real-time-observability-with-redis-and-grafana/)
4545

0 commit comments

Comments
 (0)