Querying multiple object storage buckets from Thanos? #4823
Unanswered
ghost
asked this question in
Questions & Answers
Replies: 1 comment 1 reply
-
The usual way to solve this issue is to start up multiple Thanos Store instances, each point to a different bucket. Hope that helps 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are experimenting with Thanos and trying to understand how multiple object storage buckets can be queriable from one Thanos instance. We are using Kubernetes and the official Thanos helm chart as the base.
We have a number of Prometheus clusters with Thanos sidecars, all writing to different S3 buckets. What would be the easiest/recommended way to access the S3 data from these multiple buckets in one place at our central Thanos querier? We have no luck in adding more buckets in the objstoreconfig configuration and are struggling with finding more information or examples with multiple storegateway configurations.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions