The Redis Application, is a plug-in for Grafana that provides custom panels for Redis Data Source:
- Command line interface (CLI) panel
- Latency panel
Only Grafana 7.0 and later with a new plug-in platform supported.
To learn how to build Redis Application plug-in and register in the new or existing Grafana please take a look at BUILD instructions.
This panel provides Redis command line interface that allows to send commands to Redis, and read the replies sent by the server, directly from the Grafana.
Use the grafana-cli
tool to install from the commandline:
grafana-cli plugins install redis-app
docker run -d -p 3000:3000 --name=grafana -e "GF_INSTALL_PLUGINS=redis-app" grafana/grafana
Application plug-in and Redis Data Source have to be built following BUILD instructions before starting using docker-compose-dev.yml
file.
Project provides docker-compose-dev.yml
to start Redis with Redis Labs modules and Grafana 7.0.
docker-compose -f docker-compose-dev.yml up
Open Grafana in your browser, enable Redis Application plug-in and configure Redis Data Sources.
We love to hear from users, developers and the whole community interested by this plug-in. These are various ways to get in touch with us:
- Ask a question, request a new feature and file a bug with GitHub issues.
- Star the repository to show your support.
- 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.
- Apache License Version 2.0, see LICENSE.