-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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

Then import the default/provided dashboards

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

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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels