Hi folks,
first of all thanks for starting this project! Would be nice if the thanos helm chart have support for time series partitioning support for Thanos StoreGateway. Currently it's not possible to use this chart to deploy thanos-storegateway with time partitioning.
- My use case is to better handle querying distribution we would want to define Sharding for Store, defining a — min-time, — max-time flags, to have dedicated Stores for each time window. For example based on the one year retention defined, 3 shards could be:
store1 - From now to ago to 30 days:
store2 - From 30 days ago to 90 days:
- min-time=90d
- max-time=30d
store3 - From 90 days ago to 1 year:
- We are setting up Hub/Spoke multi-cluster Thanos setup and we need to expose GRPC endpoint. So it would be nice to support GRPC ingress for Thanos Store Gateway and Query
Hi folks,
first of all thanks for starting this project! Would be nice if the thanos helm chart have support for time series partitioning support for Thanos StoreGateway. Currently it's not possible to use this chart to deploy thanos-storegateway with time partitioning.
store1 - From now to ago to 30 days:
store2 - From 30 days ago to 90 days:
store3 - From 90 days ago to 1 year: