grafana-redis-datasource

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

APACHE-2.0 License

Stars
148

Bot releases are hidden (Show)

grafana-redis-datasource - Redis Data Source 1.2.0

Published by mikhail-vl about 4 years ago

Highlights

Features / Enhancements

  • Added docker cmd line option to start in README #31
  • How to query a specific database inside the same Redis single node #34
  • Update docker-compose to load datasource from the repository and add development file #39
  • Use "ScopedVars" when applying template variables #37 (fix for #36)
  • Refactoring to support new commands and modules #42
  • Add support for TS.GET, TS.INFO, and TS.QUERYINDEX commands #45
  • Add Redis dashboard to support multiple Redis instances #49
  • Plugin executable missing for arm64 architecture #48 (Grafana SDK: https://github.com/grafana/grafana-plugin-sdk-go/pull/221)
  • Return 0 for all buckets with 0 counts on time-series TS.RANGE queries #50
  • Add Redis Cluster support and update monitoring dashboard #52
  • Connection issue to Redis deployed in k8s (Sentinel) #38
  • MRANGE: add fill zero option #53
  • Add Streaming capabilities to visualize INFO command #57

Bug fixes

  • Slowlog returns 'No data' for Redis 3.0.6 #33
  • Fix backend lint issues #41
  • ts.mrange returns no data when label has spaces within #44

Thanks to @viragtripathi, @Ultraseamus, @filipecosta90, and @dpipemazo for contributing!

grafana-redis-datasource - Redis Data Source 1.1.2

Published by mikhail-vl about 4 years ago

Features / Enhancements

  • Remove developer jargon from README #30
  • Redis Datasource is Unsigned. K8S+Helm installation #29
grafana-redis-datasource - Redis Data Source 1.1.1

Published by mikhail-vl about 4 years ago

Features / Enhancements

  • Screenshots added to plugin.json and updated in the README
  • CHANGELOG added to display on the Plugin page
grafana-redis-datasource - Redis Data Source 1.1.0

Published by mikhail-vl about 4 years ago

Features / Enhancements

  • Updated to Grafana 7.1.0 and the latest version of Radix #27
  • Add dashboard as a part of datasource #25
  • Add Field config units to the response #26

Thanks to @ryantxu for contributing!

grafana-redis-datasource - Redis Data Source 1.0.0

Published by mikhail-vl over 4 years ago

Features / Enhancements

  • Initial release based on Grafana 7.0.5.
  • Allows configuring password, TLS, and advanced settings.
  • Supports Redis commands: CLIENT LIST, GET, HGET, HGETALL, HKEYS, HLEN, INFO, LLEN, SCARD, SLOWLOG GET, SMEMBERS, TTL, TYPE, XLEN.
  • Supports RedisTimeSeries commands: TS.MRANGE, TS.RANGE.
  • Provides Redis monitoring dashboard.