Using one single bucket for different clusters (each with one thanos instance) #8215
Replies: 1 comment
-
This has been solved by using a "prefix" with an unique clustername in the s3-config |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
we are currently experiencing some issues with our current Thanos setup that consists of the following:
We are experiencing an issue where metrics of different clusters are getting merged e.g. we are seeing different thanos-query instances returning the same long-term metrics. :
Installation is done with Thanos 0.38.0 Bitnami Helm Chart. From different discussions (example 1) we always assumed that putting multiple clusters into one single bucket may not be best practice, but should work and metrics should stay unique per cluster. Each cluster has unique "External Labels" and therefore all metrics containing that cluster's label should be available with Thanos query and only these cluster's metrics. Query each unique thanos-instance should result in:
We are quite unsure on where to search for the issue e.g. where in the configuration there may be an error why the metrics get merged? Would appreciate if anyone could point us into the right direction! If we are taking some false assumptions with the multi-cluster > single bucket approach here, i would also love to get some feedback!
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions