https://github.com/redisgrafana/grafana-redis-app
Redis Application for @Grafana provides Application pages and custom panels for Redis Data Source.
https://github.com/redisgrafana/grafana-redis-app
grafana grafana-plugin grafana-redis grafana-redis-datasource redis redis-cli redis-client
Last synced: 15 days ago
JSON representation
Redis Application for @Grafana provides Application pages and custom panels for Redis Data Source.
- Host: GitHub
- URL: https://github.com/redisgrafana/grafana-redis-app
- Owner: RedisGrafana
- License: apache-2.0
- Created: 2020-09-08T15:20:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T04:16:58.000Z (over 3 years ago)
- Last Synced: 2025-05-07T03:46:56.522Z (15 days ago)
- Topics: grafana, grafana-plugin, grafana-redis, grafana-redis-datasource, redis, redis-cli, redis-client
- Language: TypeScript
- Homepage: https://redisgrafana.github.io
- Size: 6.06 MB
- Stars: 34
- Watchers: 2
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis Application plugin for Grafana

[](https://www.grafana.com)
[](https://grafana.com/grafana/plugins/redis-datasource)
[](https://grafana.com/grafana/plugins/redis-app)


[](https://codecov.io/gh/RedisGrafana/grafana-redis-app)
[](https://lgtm.com/projects/g/RedisGrafana/grafana-redis-app/context:javascript)## Introduction
The Redis Application is a plugin for Grafana that provides application pages, custom panels, and dashboards for [Redis Data Source](https://grafana.com/grafana/plugins/redis-datasource).
### Custom Panels
- [Command-line interface (CLI)](https://redisgrafana.github.io/redis-app/panels/redis-cli-panel/)
- [Command Latency (graph and table)](https://redisgrafana.github.io/redis-app/panels/redis-latency-panel/)
- [Keys consuming a lot of memory](https://redisgrafana.github.io/redis-app/panels/redis-keys-panel/)
- [RedisGears Script Editor](https://redisgrafana.github.io/redis-app/panels/redis-gears-panel/)
- [CPU Usage](https://redisgrafana.github.io/redis-app/panels/redis-cpu-panel/)### Dashboards
- [Redis CLI](https://redisgrafana.github.io/redis-app/dashboards/cli/)
- [Redis Overview](https://redisgrafana.github.io/redis-app/dashboards/overview/)
- [RedisGears](https://redisgrafana.github.io/redis-app/dashboards/redis-gears/)All dashboards are available from the application's icon in the left side menu.

### Demo
Demo is available on [demo.volkovlabs.io](https://demo.volkovlabs.io):
- [Redis Overview dashboard](https://demo.volkovlabs.io/d/TgibHBv7z/redis-overview?orgId=1&refresh=1h)
- [Projects](https://demo.volkovlabs.io)### Requirements
- **Grafana 8.0+** is required for Redis Application 2.X.
- **Grafana 7.1+** is required for Redis Application 1.X.## Getting Started
Redis Application plugin can be installed from the Grafana Marketplace or use the `grafana-cli` tool to install from the command line:
```bash
grafana-cli plugins install redis-app
```
For Docker instructions and installation without Internet access, follow the [Quickstart](https://redisgrafana.github.io/quickstart/) page.
### Open Grafana and enable Redis Application plugin
Open Grafana in your browser, enable Redis Application plugin, and configure Redis Data Sources.

## Documentation
Take a look at the [Documentation](https://redisgrafana.github.io/redis-app/overview/) to learn more about the Redis Application plugin, Redis Data Source, provided dashboards, and custom panels.
## Development
[Developing Redis Application plugin](https://redisgrafana.github.io/development/redis-app/) page provides instructions on building the application.
Are you interested in the latest features and updates? Start nightly built [Docker image for Redis Application plugin](https://redisgrafana.github.io/development/images/).
## Feedback
We love to hear from users, developers, and the whole community interested in this plugin. These are various ways to get in touch with us:
- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/RedisGrafana/grafana-redis-app/issues/new/choose).
- Star the repository to show your support.## Contributing
- Fork the repository.
- Find an issue to work on and submit a pull request.
- Could not find an issue? Look for documentation, bugs, typos, and missing features.## License
- Apache License Version 2.0, see [LICENSE](https://github.com/RedisGrafana/grafana-redis-app/blob/master/LICENSE).