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

Add missing Time Series aggregator types

Open burmisov opened this issue 2 years ago • 1 comments

Just noticed that some of the aggregator types are missing from the Aggregation selector.

Used this as a reference: https://redis.io/commands/ts.range/ Descriptions are taken straight from the official TS.RANGE command doc.

I've examined the code a bit and it seems like this is the only place that needs to be changed, but not 100% sure...

Thanks for an awesome plugin

burmisov avatar Apr 24 '22 18:04 burmisov

@burmisov Thanks for contribution. I have not tested it, but looks good to me.

I will let Redis team to follow-up.

mikhail-vl avatar Apr 24 '22 22:04 mikhail-vl

@burmisov How hard would it be to add the GROUPBY https://redis.io/commands/ts.mrange/?

mipapo avatar Feb 17 '23 08:02 mipapo