Skip to content

Provided dashboards broken in Grafana v10 #312

@GDWR

Description

@GDWR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions