Skip to content

Redis Data Source for @grafana allows connecting to any @redis database On-Premises and in the Cloud.

License

Notifications You must be signed in to change notification settings

RedisGrafana/grafana-redis-datasource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed63cae · May 8, 2021
Apr 17, 2021
Dec 22, 2020
Apr 16, 2021
Apr 17, 2021
Apr 17, 2021
Apr 16, 2021
Apr 17, 2021
May 19, 2020
Jan 25, 2021
Apr 17, 2021
Aug 15, 2020
Apr 18, 2021
May 8, 2021
Jun 29, 2020
Feb 2, 2021
May 8, 2021
Aug 15, 2020
Feb 2, 2021
Apr 17, 2021
Apr 17, 2021
Dec 22, 2020
Apr 17, 2021
Aug 15, 2020
Apr 17, 2021

Repository files navigation

Redis Data Source for Grafana

Dashboard

Grafana 7 Redis Enterprise Redis Data Source Redis Application plug-in Go Report Card CI codecov Language grade: JavaScript

Summary

Introduction

The Redis Data Source for Grafana is a plug-in that allows users to connect to any Redis database On-Premises or in the Cloud. It provides out-of-the-box predefined dashboards and lets you build customized dashboards to monitor Redis and application data.

Requirements

Only Grafana 7.1+ with a new Backend plug-in platform supports Redis plug-ins.

Redis Application plug-in

You can add as many data sources as you want to support multiple Redis databases. Redis Application plug-in helps manage various Redis Data Sources and provides Custom panels.

Getting Started

Use the grafana-cli tool to install from the command line:

grafana-cli plugins install redis-datasource

For Docker instructions and installation without Internet access, follow the Quickstart page.

Configuration

Data Source allows to connect to Redis using TCP port, Unix socket, Cluster, Sentinel and supports SSL/TLS authentication. For detailed information, take a look at the Configuration page.

Datasource

Documentation

Please take a look at the Documentation to learn more about plug-in and features.

Supported commands

List of all supported commands and how to use them with examples you can find in the Commands section.

Query

Development

Developing Redis Data Source page provides instructions on building the data source.

Are you interested in the latest features and updates? Start nightly built Docker image for Redis Application plug-in, including Redis Data Source.

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.
  • 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.