Giedrius Statkevičius
Giedrius Statkevičius
At least in the use-case of Thanos (https://github.com/thanos-io/thanos) there are different types of keys and each type has a different TTL thus it should be enough to be able to...
I see. Thanos itself hashes the keys and distributes them accordingly so I'm not sure if Redis Cluster is a necessity. Of course it brings benefits but it's not necessary....
:medal_sports: thanks for this feature! Works really great.
I see. I'll try it out and come back with any comments/suggestions. :+1:
Awesome to hear all of that! I have read through your documentation more closely and I haven't even realized before that a protocol exists for this kind of stuff. Either...
Related: https://github.com/grpc/grpc-go/issues/4715.
So why not continue with https://github.com/grafana-tools/sdk/pull/101 ? :)
My initial idea was to split this SDK along major versions of Grafana. So, `github.com/grafana-tools/sdk/v6` would only have code that works with the latest 6.x version; `sdk/v7` only works with...
What is the resulting JSON of this dashboard? :thinking:
Feel free, just that implementing an integration test will be trickier since you'll have to add a data source before. Perhaps we could start some simple database during tests?