You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be neat if we could pass config elements that map to the --max-time and --min-time thanos store flags, to implement time-based partitioning (https://thanos.io/tip/components/store.md/#time-based-partitioning). At the moment, I'm doing this by patching the jsonnet-generated statefulset to append to the container's args.
I'm happy to make a PR, if this is a feature the maintainers want.
The text was updated successfully, but these errors were encountered:
Glad to hear that the patching like that works for you, exactly why we want to use jsonnet.
I'm happy to get this into the project itself. Feel free to create a PR.
It'd be neat if we could pass config elements that map to the
--max-time
and--min-time
thanos store flags, to implement time-based partitioning (https://thanos.io/tip/components/store.md/#time-based-partitioning). At the moment, I'm doing this by patching the jsonnet-generated statefulset to append to the container's args.I'm happy to make a PR, if this is a feature the maintainers want.
The text was updated successfully, but these errors were encountered: