Skip to content

Commit 4508073

Browse files
authored
Update Dashboard, libraries (#15)
* Update Dashboard, libraries * Update screenshots * Update CHANGELOG.md
1 parent 4cb3067 commit 4508073

File tree

9 files changed

+99
-444
lines changed

9 files changed

+99
-444
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.0.0 (2021-10-11)
4+
5+
### Features / Enhancements
6+
7+
- Plugins statistics updated to October, 10 2021
8+
- Update screenshots and dashboards for Grafana 8.2
9+
- Added demo on https://demo.volkovlabs.io
10+
311
## 1.5.0 (2021-07-06)
412

513
### Features / Enhancements

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,24 @@
22

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

5-
[![Grafana 7](https://img.shields.io/badge/Grafana-7-orange)](https://www.grafana.com)
5+
[![Grafana 8](https://img.shields.io/badge/Grafana-8-orange)](https://www.grafana.com)
66
[![Redis Data Source](https://img.shields.io/badge/dynamic/json?color=blue&label=Redis%20Data%20Source&query=%24.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fredis-datasource)](https://grafana.com/grafana/plugins/redis-datasource)
77
[![Downloaded](https://img.shields.io/badge/dynamic/json?color=blue&label=Downloads&query=%24.downloads&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fredis-datasource)](https://grafana.com/grafana/plugins/redis-datasource)
88

99
## Introduction
1010

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/).
11+
This project collects plugins statistics from Grafana repository as [RedisTimeSeries](https://oss.redis.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 Plugin](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://redis.com/blog/how-to-use-the-new-redis-data-source-for-grafana-plug-in/).
16+
17+
## Demo
18+
19+
Demo is available on [demo.volkovlabs.io](https://demo.volkovlabs.io):
20+
21+
- [Redis Overview dashboard](https://demo.volkovlabs.io/d/TgibHBv7z/redis-overview?orgId=1&refresh=1h)
22+
- [Grafana Plugins dashboard](https://demo.volkovlabs.io/d/C1NCSr3Gk/grafana-plugins?orgId=1)
1623

1724
## Requirements
1825

@@ -21,7 +28,7 @@ Read the full story on Redis Labs blog [How to Use the New Redis Data Source for
2128

2229
## Collect statistics
2330

24-
Collect and store statistics for all Grafana plugins using [RedisTimeSeries](https://oss.redislabs.com/redistimeseries/).
31+
Collect and store statistics for all Grafana plugins using [RedisTimeSeries](https://oss.redis.com/redistimeseries/).
2532

2633
```bash
2734
node src/global-stats.ts

data/dump.rdb

5.07 MB
Binary file not shown.

images/grafana-plugins.png

-122 KB
Loading

images/redis-datasource-stats.png

60.7 KB
Loading

images/redis-plugins.png

-61 KB
Loading

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"author": "Mikhail Volkov",
33
"dependencies": {
4-
"axios": "^0.21.1",
5-
"ioredis": "^4.27.6"
4+
"axios": "^0.22.0",
5+
"ioredis": "^4.27.10"
66
},
77
"description": "How many times Redis Data Source for Grafana was downloaded?",
88
"devDependencies": {
9-
"@types/node": "^16.0.0"
9+
"@types/node": "^16.10.3"
1010
},
1111
"license": "Apache-2.0",
1212
"name": "grafana-plugin-stats",
@@ -20,5 +20,5 @@
2020
"stop:master": "docker-compose -f docker-compose/master.yml down",
2121
"upgrade": "yarn upgrade --latest"
2222
},
23-
"version": "1.5.0"
23+
"version": "2.0.0"
2424
}

0 commit comments

Comments
 (0)