/grafana-redis-app

Redis Application plug-in for Grafana

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Redis Application plug-in for Grafana

Application

Grafana 7 Redis Data Source Redis Application plug-in CI codecov

Summary

Introduction

What is the Redis Application for Grafana?

The Redis Application, is a plug-in for Grafana that provides custom panels for Redis Data Source:

  • Command line interface (CLI) panel
  • Latency panel

What Grafana version is supported?

Only Grafana 7.0 and later with a new plug-in platform supported.

How to build Application

To learn how to build Redis Application plug-in and register in the new or existing Grafana please take a look at BUILD instructions.

Redis CLI panel

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.

CLI

Getting Started

Install using grafana-cli

Use the grafana-cli tool to install from the commandline:

grafana-cli plugins install redis-app

Run using docker

docker run -d -p 3000:3000 --name=grafana -e "GF_INSTALL_PLUGINS=redis-app" grafana/grafana

Run using docker-compose for development

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

Open Grafana in your browser, enable Redis Application plug-in and configure Redis Data Sources.

Learn more

Feedback

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.

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.