Search code examples
redisgrafana

Importing RedisTimeSeries data into Grafana


I've got a process storing RedisTimeSeries data in a Redis instance on Docker. I can access the data just fine with the RedisInsight CLI: enter image description here

I can also add Redis as a data source to Grafana: enter image description here

I've imported the dashboards:

enter image description here

But when I actually try to import the data into a Grafana dashboard, the query just sits there:

enter image description here

TS.RANGE with a value of - +, or two timestamps, also produces nothing: enter image description here (I do get results when entering it into the CLI, but not as a CLI query in Grafana.

What could I be missing?


Solution

  • So I looked into this a bit more. Moderators deleted my last answer because it didn't 'answer' the question.

    There is a github issue for this. One of the developers also responded. It is broken and has been for awhile. Grafana doesn't seem to want to maintain this datasource at the moment. IMHO they should remove the redis timeseries support from their plugin library if it isn't fully baked.

    [redis datasource issue for TS.RANGE] [1]: https://github.com/RedisGrafana/grafana-redis-datasource/issues/254