Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provided dashboards broken in Grafana v10 #312

Open
GDWR opened this issue Nov 16, 2023 · 0 comments
Open

Provided dashboards broken in Grafana v10 #312

GDWR opened this issue Nov 16, 2023 · 0 comments

Comments

@GDWR
Copy link

GDWR commented Nov 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant