grafana-redis-datasource icon indicating copy to clipboard operation
grafana-redis-datasource copied to clipboard

Provided dashboards broken in Grafana v10

Open GDWR opened this issue 9 months ago • 0 comments

Summary

When attempting to use this plugin with Grafana v10 the provided Streaming dashboard is unable to render graphs, previous versions (8 and 9) seem to have no problem with doing so.

Relevant information

I am using this docker compose setup for testing

services:
  redis:
    image: redis/redis-stack-server

  grafana:
    image: grafana/grafana:10.0.9
    environment:
      GF_INSTALL_PLUGINS: redis-datasource
    ports:
      - "3000:3000"

Once started I add the datasource image

Then import the default/provided dashboards image

And then check the streaming dashboard, to see empty graphs. But can view data image

This same process works (dashboard renders graphs) on v8 and v9, tested using grafana docker version :8.5.27 and :9.5.14. So seems like an issues specifically with v10.


For now I will be pinning to grafana v9, would love to hear back if this is resolved so I can use the latest grafana version.

Cheers, GDWR

GDWR avatar Nov 16 '23 20:11 GDWR