Skip to content

Commit b6e97cf

Browse files
authored
Add CPU Usage Stacking and Gradient (#98)
1 parent 34ed1ca commit b6e97cf

File tree

10 files changed

+287
-210
lines changed

10 files changed

+287
-210
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The Redis Application is a plugin for Grafana that provides application pages, c
2020
- [Command Latency (graph and table)](https://redisgrafana.github.io/redis-app/panels/redis-latency-panel/)
2121
- [Keys consuming a lot of memory](https://redisgrafana.github.io/redis-app/panels/redis-keys-panel/)
2222
- [RedisGears Script Editor](https://redisgrafana.github.io/redis-app/panels/redis-gears-panel/)
23+
- [CPU Usage](https://redisgrafana.github.io/redis-app/panels/redis-cpu-panel/)
2324

2425
### Dashboards
2526

@@ -45,12 +46,14 @@ Demo is available on [demo.volkovlabs.io](https://demo.volkovlabs.io):
4546

4647
## Getting Started
4748

48-
Use the `grafana-cli` tool to install from the command line:
49+
Redis Application plugin can be installed from the Grafana Marketplace or use the `grafana-cli` tool to install from the command line:
4950

5051
```bash
5152
grafana-cli plugins install redis-app
5253
```
5354

55+
![Grafana-Marketplace](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-app/master/src/img/grafana-marketplace.png)
56+
5457
For Docker instructions and installation without Internet access, follow the [Quickstart](https://redisgrafana.github.io/quickstart/) page.
5558

5659
### Open Grafana and enable Redis Application plugin

0 commit comments

Comments
 (0)