-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace internal thanos fork with latest thanos (#3205)
* Replace internal thanos fork with latest thanos Due to the out-of-order implementation and Mimir's dependency with Thanos's code, we had to fork thanos due to an interface change in the TSDB. Since out-of-order has been upstreamed to Prometheus and Thanos has already updated its dependency, we can now get rid of our internal fork usage. Please note that Thanos has extracted its objstore implementation to its own repository so we had to update a few references throughout the codebase. Signed-off-by: Jesus Vazquez <[email protected]> * Make sure to use block.GaugeVec instead of *extprom.TxGaugeVec Also replace PrometheusIssue5372Err with OutOfOrderLabelsErr due to thanos-io/thanos#5508 Signed-off-by: Jesus Vazquez <[email protected]> * Remove azure deprecated msi resource Also replace CAS with CompareAndSwap * Update e2e dependency Signed-off-by: Jesus Vazquez <[email protected]> Signed-off-by: Jesus Vazquez <[email protected]>
- Loading branch information
1 parent
7954683
commit 28d9c9f
Showing
345 changed files
with
15,323 additions
and
9,749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.