Releases: RedisGrafana/grafana-redis-datasource
Releases · RedisGrafana/grafana-redis-datasource
Redis Data Source 1.2.0
Highlights
- Added Redis Cluster and Sentinel support.
- Improved RedisTimeSeries commands.
- Supported Scoped template variables introduced in Grafana 7.1.
- Added Streaming capabilities.
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: grafana/grafana-plugin-sdk-go#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!
Redis Data Source 1.1.2
Redis Data Source 1.1.1
Features / Enhancements
- Screenshots added to plugin.json and updated in the README
- CHANGELOG added to display on the Plugin page
Redis Data Source 1.1.0
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!
Redis Data Source 1.0.0
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.