Redis Application plugin¶
The Redis Application is a plugin for Grafana that provides application pages, dashboards and custom panels for Redis Data Source. The Home page helps to manage Redis Data Sources and provides quick access to dashboards.
Quickstart¶
To learn how to install Redis Application plugin using grafana-cli
, run using Docker or manually without Internet access follow the Quickstart page.
Enable Plugin¶
The Redis Application plugin is disabled after installation by default. To enable:
- Go to
Configuration
->Plugins
and choose Redis Application plugin.
- Click Enable to add side menu, Custom panels and import Dashboards.
Home¶
The Home page connects to every configured data source and checks available Redis Modules using the command
command.
Loading Time
Page load can take a long time if databases located far away from Grafana or data source can't connect (timeout).
Add Redis Data Source¶
To add Redis Data Source click on Add Redis Data Source and configure data source following Configuration page.
Dashboards¶
Redis Application plugin includes predefined dashboards:
Application Icon
All dashboards are accessible from the Application's icon in the left side menu.
Custom panels¶
Redis Application plugin provides custom panels for Redis Data Source:
- Command line interface (CLI)
- Command Latency
- Keys consuming a lot of memory
- RedisGears Script Editor
Provisioning¶
To learn how to provision Redis Application using YAML config files follow the Provisioning page.